|
|
Refactor OverlayStrategySandwich and OverlayStrategyCommon.
Separate OverlayStrategySandwich from OverlayStrategyCommon to make it simpler.
Delete OverlayStrategyCommon since all that remains is a loop.
Also remove no longer used device_scale_factor parameter.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
CQ_EXCLUDE_TRYBOTS=tryserver.chromium.linux:linux_android_rel_ng
Committed: https://crrev.com/8b978787993d1dfceea7e8f841428cb6db7bb3e2
Cr-Commit-Position: refs/heads/master@{#352473}
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -292 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer_unittest.cc
|
View
|
1
|
6 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_candidate.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_candidate.cc
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_processor.h
|
View
|
1
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_processor.cc
|
View
|
1
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_all_or_nothing.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
1 comment
|
Download
|
 |
M |
cc/output/overlay_strategy_all_or_nothing.cc
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_common.h
|
View
|
1
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
D |
cc/output/overlay_strategy_common.cc
|
View
|
1
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_sandwich.h
|
View
|
1
|
1 chunk |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_sandwich.cc
|
View
|
1
|
6 chunks |
+40 lines, -23 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_single_on_top.h
|
View
|
1
|
1 chunk |
+14 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_single_on_top.cc
|
View
|
1
|
2 chunks |
+30 lines, -16 lines |
2 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_underlay.h
|
View
|
1
|
1 chunk |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_strategy_underlay.cc
|
View
|
1
|
1 chunk |
+35 lines, -32 lines |
0 comments
|
Download
|
 |
M |
cc/output/overlay_unittest.cc
|
View
|
1
|
2 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/compositor/browser_compositor_overlay_candidate_validator_mac.mm
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/compositor/browser_compositor_overlay_candidate_validator_ozone.cc
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 19 (7 generated)
|