|
cc: Remove memory state from tile management
After the upload is moved into its own class, the tile
can either have a resource or not. If it doesn't have
a resource, but has a raster task, the memory is unreleasable.
That makes all the memory states are implicit.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203901
Total comments: 6
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+67 lines, -97 lines) |
Patch |
 |
M |
cc/resources/managed_tile_state.h
|
View
|
1
2
|
5 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/resources/managed_tile_state.cc
|
View
|
|
3 chunks |
+1 line, -31 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling_set_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/resource_pool.h
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile.h
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
3
|
10 chunks |
+28 lines, -39 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_unittest.cc
|
View
|
|
5 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_tile_manager.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|