Closed
Bug 886845
Opened 12 years ago
Closed 12 years ago
Paint component alpha layer borders in blue
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
1.52 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
More information is more better
Attachment #767260 -
Flags: review?(nical.bugzilla)
Comment 1•12 years ago
|
||
Comment on attachment 767260 [details] [diff] [review]
Paint component alpha layer borders in blue
Review of attachment 767260 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/layers/composite/ContentHost.cpp
@@ +179,5 @@
> + GetCompositor()->DrawDiagnostics(gfx::Color(0.0,0.0,1.0,1.0),
> + rect, aClipRect, aTransform, aOffset);
> + else
> + GetCompositor()->DrawDiagnostics(gfx::Color(0.0,1.0,0.0,1.0),
> + rect, aClipRect, aTransform, aOffset);
nit: please add braces for the if and else blocks
Attachment #767260 -
Flags: review?(nical.bugzilla) → review+
Comment 2•12 years ago
|
||
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•