|
cc: Make tiling interest rect calc based on viewport.
Current interest/eventually/live rect is calculated based
on max_tiles_for_interest_area setting which is not the
best choice for determining the size. As part of this patch
tiling interest rect is calculated based on viewport area.
Which is multiplied by a constant factor. The factor is
currently 9, viewport dist in all directions.
Also, max_tiles_for_interest_area setting is removed
and its associated switch and entries in chrome://flags.
BUG= 483520
Committed: https://crrev.com/6d84db54a27c036d77b0e4a26d42c158ee4a6add
Cr-Commit-Position: refs/heads/master@{#329870}
Total comments: 3
Total comments: 21
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+49 lines, -99 lines) |
Patch |
|
M |
cc/base/switches.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/base/switches.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl_perftest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling.cc
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling_perftest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling_set.h
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling_set.cc
|
View
|
1
2
|
4 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling_set_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/resources/picture_layer_tiling_unittest.cc
|
View
|
1
2
3
4
|
8 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
cc/resources/tile_manager_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/test/impl_side_painting_settings.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_settings.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_settings.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chromeos/login/chrome_restart_request.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
Total messages: 36 (12 generated)
|