|
cc: Make IsReadyToDraw/NeedsRaster usage consistent.
There are two ways of accessing IsReadyToDraw and NeedsRaster. One is
via tile->IsReadyToDraw(), the other is via
tile->draw_info().IsReadyToDraw(). The first one is actually does the
same thing as the second one. This patch removes the shortcut and
makes all uses of this functionality consistent.
R=enne
Committed: https://crrev.com/3619e48edfdfad6683c55992103d89897108783f
Cr-Commit-Position: refs/heads/master@{#329996}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+56 lines, -49 lines) |
Patch |
 |
M |
cc/layers/picture_layer_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_layer_tiling_set.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/tile.h
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile.cc
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_draw_info.h
|
View
|
|
1 chunk |
+23 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/tile_draw_info.cc
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tiling_set_eviction_queue.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/tiling_set_raster_queue_all.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/resources/tiling_set_raster_queue_required.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_picture_layer_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_context.cc
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|