|
|
cc: Move UI Resource management out of LayerTreeHost.
Moves out the UIResource request tracking into its own class composed
into the LayerTreeHost. The code is pretty isolated and doesn't need
to live in the host.
BUG= 625283
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel
Committed: https://crrev.com/8ec0740f51368ce84fd4ad5cd5ba9947f47c96cf
Cr-Commit-Position: refs/heads/master@{#417812}
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+374 lines, -237 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/nine_patch_layer_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/painted_scrollbar_layer.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/layers/painted_scrollbar_layer_impl_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/layers/scrollbar_layer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
15 chunks |
+75 lines, -48 lines |
0 comments
|
Download
|
 |
M |
cc/layers/ui_resource_layer.cc
|
View
|
|
4 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/layers/ui_resource_layer_unittest.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/scoped_ui_resource.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/resources/scoped_ui_resource.cc
|
View
|
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A |
cc/resources/ui_resource_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/resources/ui_resource_manager.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_scoped_ui_resource.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_scoped_ui_resource.cc
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.h
|
View
|
1
2
3
|
7 chunks |
+5 lines, -30 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
3
|
6 chunks |
+13 lines, -67 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_interface.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_context.cc
|
View
|
|
8 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/proxy_main.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/single_thread_proxy.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/compositor_impl_android.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/android/resources/resource_manager_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/android/resources/resource_manager_impl.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/android/resources/resource_manager_impl_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+8 lines, -19 lines |
0 comments
|
Download
|
Total messages: 34 (18 generated)
|