Closed
Bug 1208345
Opened 9 years ago
Closed 9 years ago
Remove gfxContext::GraphicsOperator
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
46.76 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
Let's get rid of gfxContext::GraphicsOperator, in favour of gfx::CompositionOp.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
I didn't set out to do it in one big patch, but once I tugged on a loose end it
didn't stop until I'd unraveled the whole ball of wool.
Attachment #8665794 -
Flags: review?(jwatt)
![]() |
||
Comment 2•9 years ago
|
||
Comment on attachment 8665794 [details] [diff] [review]
Remove gfxContext::GraphicsOperator
Review of attachment 8665794 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/thebes/gfxUtils.cpp
@@ +408,3 @@
> } else {
> #endif
> + return CompositionOp::OP_SOURCE;
This would be much easier to read without the |else|.
Attachment #8665794 -
Flags: review?(jwatt) → review+
![]() |
||
Comment 3•9 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #1)
> I didn't set out to do it in one big patch, but once I tugged on a loose end
> it didn't stop until I'd unraveled the whole ball of wool.
Yeah, I had exactly the same problem when I was working on Moz2Dification. :)
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•