|
cc: Create ProxyBeginFrameSource
Create ProxyBeginFrameSource for delivering BeginFrame args to children.
With this, RWHV can be act as a cc::BeginFrameObserver for unified BeginFrame.
R=brianderson@chromium.org
BUG= 448140
TEST=cc_unittests
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+252 lines, -106 lines) |
Patch |
|
M |
android_webview/browser/hardware_renderer.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/layer_perftest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/layer_unittest.cc
|
View
|
1
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/layers/scrollbar_layer_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
cc/layers/texture_layer_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
cc/layers/ui_resource_layer_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
cc/output/begin_frame_args.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
2 comments
|
Download
|
|
M |
cc/scheduler/begin_frame_source.h
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -0 lines |
6 comments
|
Download
|
|
M |
cc/scheduler/begin_frame_source.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/scheduler/scheduler.h
|
View
|
1
|
8 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/scheduler/scheduler.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/scheduler/scheduler_unittest.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+30 lines, -16 lines |
0 comments
|
Download
|
|
M |
cc/test/begin_frame_args_test.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/test/begin_frame_args_test.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/test/fake_proxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/test/layer_tree_test.h
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/test/layer_tree_test.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+24 lines, -7 lines |
0 comments
|
Download
|
|
M |
cc/test/scheduler_test_common.h
|
View
|
1
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/test/scheduler_test_common.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host.h
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -14 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+25 lines, -4 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_no_message_loop.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/proxy.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/single_thread_proxy.h
|
View
|
1
2
3
4
5
|
6 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
cc/trees/single_thread_proxy.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
|
M |
cc/trees/thread_proxy.h
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/thread_proxy.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/compositor_impl_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
content/test/web_layer_tree_view_impl_for_testing.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/compositor/compositor.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 14 (3 generated)
|