|
blimp: Set up the CompositorDependencies for blimp in Chrome.
Add ChromeCompositorDependencies to implement the CompositorDependencies
for blimp in Chrome. The class passes through to the
ui::ContextProviderFactory to create the contexts.
TBR=jochen
BUG= 611105
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/8ecea2e7082ed06d138d5b74f8a6cff2873b6af9
Cr-Commit-Position: refs/heads/master@{#416333}
Total comments: 16
Total comments: 4
Total comments: 12
Total comments: 19
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+627 lines, -293 lines) |
Patch |
 |
M |
blimp/client/app/compositor/browser_compositor.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/core/compositor/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/compositor/blimp_compositor.h
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/compositor/blimp_compositor.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+25 lines, -13 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/compositor/blimp_compositor_dependencies.h
|
View
|
1
2
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/core/compositor/blimp_compositor_dependencies.cc
|
View
|
1
2
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/public/blimp_client_context.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/public/compositor/compositor_dependencies.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/blimp_context_provider.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/blimp_context_provider.cc
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/blimp_layer_tree_settings.cc
|
View
|
1
2
|
2 chunks |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/compositor_dependencies_impl.h
|
View
|
1
2
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/compositor_dependencies_impl.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -65 lines |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/mock_compositor_dependencies.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
blimp/client/support/compositor/mock_compositor_dependencies.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/blimp/blimp_client_context_factory.cc
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/android/blimp/chrome_compositor_dependencies.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/android/blimp/chrome_compositor_dependencies.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+131 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_widget_host_view_child_frame_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_widget_host_view_guest_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/compositor_impl_android.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/compositor_impl_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+44 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/context_provider_factory_impl_android.h
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+26 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/context_provider_factory_impl_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+96 lines, -107 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_renderer_host.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_renderer_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/mock_gpu_channel_establish_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/test/mock_gpu_channel_establish_factory.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/test_render_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+20 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/android/context_provider_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+21 lines, -6 lines |
0 comments
|
Download
|
Total messages: 52 (20 generated)
|