Closed
Bug 1068784
Opened 11 years ago
Closed 11 years ago
Stop using gfxPrefs::LayersTilesEnabled directly
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: milan, Assigned: milan)
References
Details
Attachments
(1 file)
|
8.65 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #982338 +++
See comment 17:
> Should we stop using gfxPrefs::LayersTilesEnabled() everywhere, and instead
> use gfxPlatform::UseTiling() or risk having some of the code think we're in
> tiling, and some that we're not? There are a couple of more places that
> still use gfxPrefs::LayersTilesEnabled() directly.
Probably, yes. I don't think any of the other callers actually affect desktop so we're ok for now, but it would be nice to clean up.
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8490891 -
Flags: review?(matt.woodrow)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → milan
Updated•11 years ago
|
Attachment #8490891 -
Flags: review?(matt.woodrow) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•