Closed Bug 1632042 Opened 5 years ago Closed 5 years ago

Fix inclusion of APZUtils.h in APZInputBridge.h

Categories

(Core :: Panning and Zooming, task, P3)

task

Tracking

()

RESOLVED FIXED
mozilla77
Tracking Status
firefox77 --- fixed

People

(Reporter: botond, Assigned: botond)

Details

Attachments

(1 file)

APZInputBridge.h includes APZUtils.h as #include "APZUtils.h" even though APZUtils.h is neither in the same directory as APZInputBridge.h (they're in apz/src and apz/public, respectively), nor is it exported globally (it's exported under mozilla/layers).

It happens to work because APZInputBridge.h and APZUtils.h end up in the same directory after exporting, but it confuses editors (e.g. clangd) when editing APZInputBridge.h in its original location.

Pushed by bballo@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1638c3ca63a1 Fix inclusion of APZUtils.h in APZInputBridge.h. r=kats
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: