Closed
Bug 1260391
Opened 9 years ago
Closed 9 years ago
B2GOS: gfx/layers/ipc/ImageBridgeChild.cpp:230:29: error: no matching function for call to 'mozilla::layers::OpUseOverlaySource::OpUseOverlaySource(std::nullptr_t, mozilla::layers::PCompositableChild*, const OverlaySource&, const nsIntRect&)'
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: gwagner, Assigned: tzimmermann)
References
Details
Attachments
(2 files, 2 obsolete files)
729 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
1.92 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
That's a build fix. I still have boot issues with b2g, which prevent me from testing.
Attachment #8735788 -
Flags: review?(dvander)
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8735788 [details] [diff] [review]
[01] Bug 1260391: Fix |CompositableOperation| on B2G
This fix crashes with https://pastebin.mozilla.org/8865428
Attachment #8735788 -
Flags: review?(dvander)
Comment 3•9 years ago
|
||
The pastebin will expire tomorrow, let's keep this in bugzilla :)
Assignee | ||
Comment 4•9 years ago
|
||
This is part 1 of the patch set. It should work.
Attachment #8735788 -
Attachment is obsolete: true
Assignee | ||
Comment 5•9 years ago
|
||
There's another issue in |ShadowLayerForwarder::RemoveTextureFromCompositableAsync|. This will probably require a larger change.
Assignee | ||
Comment 6•9 years ago
|
||
Assignee: nobody → tzimmermann
Attachment #8735837 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #8735857 -
Flags: review?(dvander)
Assignee | ||
Updated•9 years ago
|
Attachment #8735843 -
Flags: review?(dvander)
Assignee | ||
Comment 7•9 years ago
|
||
This patch set fixes the problem for me.
Attachment #8735843 -
Flags: review?(dvander) → review+
Comment on attachment 8735857 [details] [diff] [review]
[02] Bug 1260391: Transfer |CompositableOperation| in |AsyncChildMessageData|
Review of attachment 8735857 [details] [diff] [review]:
-----------------------------------------------------------------
We can probably remove the "compositable" field from OpRemoveTexture after this.
Attachment #8735857 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Thomas, I think we could benefit from this being pushed to pine instead of having to wait the next mozilla-central merge there :)
Flags: needinfo?(tzimmermann)
Comment 12•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1af60d28e014
https://hg.mozilla.org/mozilla-central/rev/dc37c0e8f135
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Assignee | ||
Comment 13•9 years ago
|
||
Pushed to pine
https://hg.mozilla.org/projects/pine/rev/2e90bc5a3ed4
https://hg.mozilla.org/projects/pine/rev/711b8da55314
Flags: needinfo?(tzimmermann)
You need to log in
before you can comment on or make changes to this bug.
Description
•