Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Issue 845393002: cc: Create ProxyBeginFrameSource (Closed)

Created:
5 years, 11 months ago by simonhong
Modified:
4 years, 11 months ago
Reviewers:
brianderson, mithro-old
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, Ian Vollick, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, kalyank, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org, scheduler-bugs_chromium.org, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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

Patch Set 1 : #

Patch Set 2 : Add unittest #

Patch Set 3 : fix use-after-free in unittests #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Rebased #

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

Messages

Total messages: 14 (3 generated)
simonhong
brian, would you quick look at this approach? (unit test is not yet added.)
5 years, 11 months ago (2015-01-13 16:48:58 UTC) #1
simonhong
Kindly ping.
5 years, 10 months ago (2015-01-29 16:23:03 UTC) #4
simonhong
On 2015/01/29 16:23:03, simonhong wrote: > Kindly ping. Kindly ping :)
5 years, 10 months ago (2015-02-10 01:47:20 UTC) #5
mithro-old
5 years, 10 months ago (2015-02-27 02:23:40 UTC) #7
mithro-old
This patch still current? Do you still plan to land it?
5 years, 9 months ago (2015-03-23 06:19:42 UTC) #8
mithro-old
Hi Simon, I think I've lost some context on this patch while I was away. ...
5 years, 9 months ago (2015-03-23 11:32:17 UTC) #9
simonhong
On 2015/03/23 11:32:17, mithro wrote: > Hi Simon, > > I think I've lost some ...
5 years, 9 months ago (2015-03-23 11:45:55 UTC) #10
simonhong
https://codereview.chromium.org/845393002/diff/130001/cc/output/begin_frame_args.h File cc/output/begin_frame_args.h (right): https://codereview.chromium.org/845393002/diff/130001/cc/output/begin_frame_args.h#newcode88 cc/output/begin_frame_args.h:88: bool operator==(const BeginFrameArgs& other) const { On 2015/03/23 11:32:16, ...
5 years, 9 months ago (2015-03-23 11:46:39 UTC) #11
mithro-old
I think we should rebase this patch onto one of my alternative "proxy" implementations - ...
5 years, 8 months ago (2015-04-02 05:48:34 UTC) #12
simonhong
On 2015/04/02 05:48:34, mithro wrote: > I think we should rebase this patch onto one ...
5 years, 8 months ago (2015-04-06 00:49:58 UTC) #13
mithro-old
5 years, 6 months ago (2015-06-01 03:42:26 UTC) #14
Where did we get with this?

Powered by Google App Engine
This is Rietveld 408576698