Closed
Bug 575651
Opened 16 years ago
Closed 15 years ago
[e10s] packing order in nsCanvasRenderingContext2D
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | - | --- |
People
(Reporter: dougt, Assigned: lusian)
References
Details
Attachments
(1 file)
|
1.11 KB,
patch
|
dougt
:
review+
blassey
:
approval2.0+
|
Details | Diff | Splinter Review |
>+++ b/content/canvas/src/nsCanvasRenderingContext2D.cpp
>+ nsRefPtr<gfxASurface> mBackSurface;
>+ // for rendering with NativeID protocol, we should track backbuffer ownership
>+ PRPackedBool mIsBackSurfaceReadable;
To pack well, these two should be in the opposite order.
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #459921 -
Flags: review?(doug.turner)
| Reporter | ||
Updated•16 years ago
|
Attachment #459921 -
Flags: review?(doug.turner) → review+
Updated•16 years ago
|
Keywords: checkin-needed
Updated•16 years ago
|
Assignee: nobody → lusian
Comment on attachment 459921 [details] [diff] [review]
patch
Actually this needs approval
Attachment #459921 -
Flags: approval2.0?
Keywords: checkin-needed
Updated•15 years ago
|
tracking-fennec: --- → ?
| Reporter | ||
Comment 3•15 years ago
|
||
not blocking fennec, but i'll ask someone other than me to marking for approval.
tracking-fennec: ? → 2.0-
Updated•15 years ago
|
Attachment #459921 -
Flags: approval2.0? → approval2.0+
Keywords: checkin-needed
Whiteboard: [needs landing]
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [needs landing]
You need to log in
before you can comment on or make changes to this bug.
Description
•