Closed
Bug 1286218
Opened 9 years ago
Closed 9 years ago
ClientLayerManager::ClearCachedResources shouldn't clear the TCP
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: gw280, Assigned: gw280)
References
Details
Attachments
(1 file)
|
843 bytes,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Currently, ClientLayerManager::ClearCachedResources() calls Clear() on the TextureClientPool, which nukes all its TextureClients. This doesn't really make much sense now that the pool is shared.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8770115 -
Flags: review?(nical.bugzilla)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gwright
Updated•9 years ago
|
Attachment #8770115 -
Flags: review?(nical.bugzilla) → review+
Pushed by gwright@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0c2019314f08
Do not clear our TextureClientPool when calling ClearCachedResources on a ClientLayerManager r=nical
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•