|
cc: Change max_tiles_for_interest_rect to be screen pixels padding.
This patch changes the interest rect calculation from using number
of tiles to screen space distance (3k as the initial setting). The
problem with using the number of tiles is that on devices like mac
book pro, we end up having very little prepainting area in software
and way too large of a prepainting area with ganesh, since the sizes
of tiles differ drastically.
BUG= 483520
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/6c0087ba54947efa6dd3c9e8b7dd40ea644d9947
Cr-Commit-Position: refs/heads/master@{#339704}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+45 lines, -494 lines) |
Patch |
 |
M |
cc/base/switches.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/base/switches.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling.h
|
View
|
|
5 chunks |
+3 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling.cc
|
View
|
1
3
|
4 chunks |
+17 lines, -166 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_perftest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_set.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_set.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_set_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/tiles/picture_layer_tiling_unittest.cc
|
View
|
|
9 chunks |
+4 lines, -231 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_settings.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_settings.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/chrome_restart_request.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/crash_keys.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
Total messages: 16 (4 generated)
|