|
|
cc: Remove LayerTextureUpdater::Texture::updateRect() callback.
This is the first step towards cleaning up and simplifying the resource
update system. Eliminates the LayerTextureUpdater::Texture::updateRect()
callback by moving some logic to CCResourceProvider. Remaining logic is
now contained in LayerTextureUpdater::Texture::update(). The logic itself
is not changed, this is only re-factoring.
BUG= 154472
TEST=manual
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161752
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+295 lines, -278 lines) |
Patch |
 |
M |
cc/bitmap_canvas_layer_texture_updater.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/bitmap_canvas_layer_texture_updater.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/bitmap_skpicture_canvas_layer_texture_updater.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/bitmap_skpicture_canvas_layer_texture_updater.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/frame_buffer_skpicture_canvas_layer_texture_updater.h
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
cc/frame_buffer_skpicture_canvas_layer_texture_updater.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -65 lines |
0 comments
|
Download
|
 |
M |
cc/image_layer.cc
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layer_texture_updater.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layer_texture_updater.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layer_tree_host_unittest.cc
|
View
|
1
2
3
|
9 chunks |
+17 lines, -44 lines |
0 comments
|
Download
|
 |
M |
cc/prioritized_texture_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/scrollbar_layer.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
cc/skpicture_canvas_layer_texture_updater.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/skpicture_canvas_layer_texture_updater.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/tiled_layer_test_common.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/test/tiled_layer_test_common.cc
|
View
|
1
2
3
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/texture_update_controller.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/texture_update_controller_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+6 lines, -51 lines |
0 comments
|
Download
|
 |
M |
cc/texture_update_queue.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/texture_uploader.h
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/throttled_texture_uploader.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/throttled_texture_uploader.cc
|
View
|
1
2
3
4
|
3 chunks |
+97 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/throttled_texture_uploader_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+15 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cc/tiled_layer.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/tiled_layer_unittest.cc
|
View
|
1
2
3
|
11 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
cc/unthrottled_texture_uploader.cc
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|