Closed
Bug 687373
Opened 13 years ago
Closed 13 years ago
Provide mozilla::layers::SurfaceDescriptorX11 non xlib surface ctor
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
romaxa
:
review+
|
Details | Diff | Splinter Review |
I'm trying to make better transition from mozilla::plugins::SurfaceDescriptorX11 and mozilla::layers::SurfaceDescriptorX11
And in order to allow seamless conversion we need SurfaceDescriptorX11::SurfaceDescriptorX11(const int XID, const int xrenderPictID, const gfxIntSize& size)
ctor.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → romaxa
Attachment #560815 -
Flags: review?(jones.chris.g)
Comment on attachment 560815 [details] [diff] [review]
Provide mozilla::layers::SurfaceDescriptorX11 non xlib surface ctor
>+SurfaceDescriptorX11::SurfaceDescriptorX11(const int XID, const int xrenderPictID, const gfxIntSize& size)
(aXid, aXrenderPictId, aSize) plz.
>+ SurfaceDescriptorX11(const int XID, const int xrenderPictID, const gfxIntSize& size);
>+
And here.
r=me with nits fixed.
Attachment #560815 -
Flags: review?(jones.chris.g) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Fixed nits
Attachment #560815 -
Attachment is obsolete: true
Attachment #561101 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
This is now in my queue of things that are being sent to try then onto inbound :-)
Status: NEW → ASSIGNED
Keywords: checkin-needed
Comment 5•13 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&usebuildbot=1&rev=f07268905b26
https://hg.mozilla.org/integration/mozilla-inbound/rev/969aaa109a23
Target Milestone: --- → mozilla9
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•