Closed
Bug 1318045
Opened 9 years ago
Closed 9 years ago
Fix unified build issues from moving CrossProcessCompositorBridge to separate file
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
Details
Attachments
(2 files)
|
2.51 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
|
4.49 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Fixes compile errors that happen if CrossProcessCompositorBridgeParent.cpp is in a different compilation unit than CompositorBridgeParent.cpp.
Attachment #8811385 -
Flags: review?(bas)
| Assignee | ||
Comment 2•9 years ago
|
||
Removes a bunch of includes that were carried over to the new file that aren't needed.
Attachment #8811387 -
Flags: review?(bas)
| Assignee | ||
Comment 3•9 years ago
|
||
Updated•9 years ago
|
Attachment #8811385 -
Flags: review?(bas) → review+
Updated•9 years ago
|
Attachment #8811387 -
Flags: review?(bas) → review+
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0f2ede203d0c
Fix unified build errors from moving CrossProcessCompositorBridgeParent r=bas
https://hg.mozilla.org/integration/mozilla-inbound/rev/5c508d35c1ea
Remove unused includes in CrossProcessCompositorBridgeParent r=bas
Comment 5•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0f2ede203d0c
https://hg.mozilla.org/mozilla-central/rev/5c508d35c1ea
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•