Closed
Bug 1481995
Opened 6 years ago
Closed 6 years ago
Remove WebRenderBridgeParent::mForceRendering
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
6.77 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
WebRenderBridgeParent::mForceRendering is used to pass argument to WebRenderBridgeParent::CompositeToTarget(). But it degrade code readability. And if we will face a problem if we want to add an additional argument in future.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #8998703 -
Flags: review?(nical.bugzilla)
Updated•6 years ago
|
Attachment #8998703 -
Flags: review?(nical.bugzilla) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0e67d90ba707
Remove WebRenderBridgeParent::mForceRendering r=nical
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•