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)
Core
Panning and Zooming
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.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1638c3ca63a1
Fix inclusion of APZUtils.h in APZInputBridge.h. r=kats
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•