|
Allow deletion of some (as opposed to all) textures on the impl thread.
Enable removing uploads to evicted textures from texture upload queues. Track whether not a CCPrioritizedTexture::Backing has been evicted in the structure itself. Purge texture upload queues of evicted backings instead of clearing the entire queue.
Added CCTextureUpdateControllerTest.ClearUploadsToEvictedResources to test the new eviction logic.
BUG= 134750
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157662
Total comments: 6
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+150 lines, -27 lines) |
Patch |
 |
M |
cc/CCLayerTreeHost.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/CCLayerTreeHost.cpp
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/CCPrioritizedTexture.h
|
View
|
1
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCPrioritizedTexture.cpp
|
View
|
1
|
2 chunks |
+30 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCPrioritizedTextureManager.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCPrioritizedTextureManager.cpp
|
View
|
1
2
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/CCTextureUpdateController.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/CCTextureUpdateController.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/CCTextureUpdateControllerTest.cpp
|
View
|
1
2
|
4 chunks |
+58 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/CCTextureUpdateQueue.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/CCTextureUpdateQueue.cpp
|
View
|
|
1 chunk |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/CCThreadProxy.cpp
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/LayerTextureUpdater.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|