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

Issue 2324273002: Remove external begin frame source parameter and settings (Closed)

Created:
4 years, 3 months ago by enne (OOO)
Modified:
4 years, 3 months ago
Reviewers:
danakj, nyquist
CC:
anandc+watch-blimp_chromium.org, cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, dtrainor+watch-blimp_chromium.org, gcasto+watch-blimp_chromium.org, jam, jbauman+watch_chromium.org, jessicag+watch-blimp_chromium.org, kalyank, khushalsagar+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, lethalantidote+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mlamouri+watch-content_chromium.org, nyquist+watch-blimp_chromium.org, piman+watch_chromium.org, scheduler-bugs_chromium.org, shaktisahu+watch-blimp_chromium.org, sievers+watch_chromium.org, sriramsr+watch-blimp_chromium.org, Ian Vollick
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove external begin frame source parameter and settings This removes the external begin frame source setting and establishes that the use output surface begin frame source is the only path to providing begin frame sources. This also removes all of the plumbing in the scheduler and the proxies to pass along the external begin frame source in favor of just having the CompositorExternalBeginFrameSource set it on the scheduler. TBR=nyquist@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/2b0ad689e8ca3c18f83dd2e823940c9e422e44d2 Cr-Commit-Position: refs/heads/master@{#419935}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Rebase #

Patch Set 4 : Add back comment, remove more febfs includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -211 lines) Patch
M blimp/client/support/compositor/blimp_layer_tree_settings.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/animation/animation_host_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/micro_benchmark_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_position_constraint_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler.h View 1 2 chunks +5 lines, -15 lines 0 comments Download
M cc/scheduler/scheduler.cc View 1 2 chunks +0 lines, -14 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 1 chunk +4 lines, -5 lines 0 comments Download
M cc/test/fake_proxy.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 7 chunks +5 lines, -13 lines 0 comments Download
M cc/test/scheduler_test_common.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/scheduler_test_common.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/trees/channel_main.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/layer_tree_host_in_process.h View 1 4 chunks +4 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_in_process.cc View 1 9 chunks +14 lines, -37 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M cc/trees/proxy.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/proxy_impl.h View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M cc/trees/proxy_impl.cc View 1 2 4 chunks +5 lines, -14 lines 0 comments Download
M cc/trees/proxy_main.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/proxy_main.cc View 1 1 chunk +2 lines, -6 lines 0 comments Download
M cc/trees/remote_channel_impl.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M cc/trees/remote_channel_impl.cc View 1 3 chunks +4 lines, -9 lines 0 comments Download
M cc/trees/remote_channel_main.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/remote_channel_main.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 2 3 chunks +5 lines, -18 lines 0 comments Download
M cc/trees/threaded_channel.h View 1 3 chunks +4 lines, -8 lines 0 comments Download
M cc/trees/threaded_channel.cc View 1 3 chunks +6 lines, -12 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/test/fake_compositor_dependencies.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/compositor.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (14 generated)
enne (OOO)
This is several patches down a dependency chain, but should be ready for review. So ...
4 years, 3 months ago (2016-09-19 20:14:41 UTC) #4
enne (OOO)
+nyquist for blimp/ OWNERS
4 years, 3 months ago (2016-09-20 17:08:18 UTC) #8
danakj
LGTM https://codereview.chromium.org/2324273002/diff/20001/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (left): https://codereview.chromium.org/2324273002/diff/20001/cc/test/layer_tree_test.cc#oldcode26 cc/test/layer_tree_test.cc:26: #include "cc/test/fake_external_begin_frame_source.h" Can you move the impl of ...
4 years, 3 months ago (2016-09-20 18:19:21 UTC) #11
enne (OOO)
https://codereview.chromium.org/2324273002/diff/20001/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (left): https://codereview.chromium.org/2324273002/diff/20001/cc/test/layer_tree_test.cc#oldcode26 cc/test/layer_tree_test.cc:26: #include "cc/test/fake_external_begin_frame_source.h" On 2016/09/20 at 18:19:21, danakj wrote: > ...
4 years, 3 months ago (2016-09-20 18:34:26 UTC) #12
enne (OOO)
I'll just TBR=nyquist as it's just removing a setting that was already set by default ...
4 years, 3 months ago (2016-09-20 18:49:15 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2324273002/60001
4 years, 3 months ago (2016-09-20 18:49:52 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/144759) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 3 months ago (2016-09-20 19:25:07 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2324273002/60001
4 years, 3 months ago (2016-09-21 00:40:38 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-21 01:45:11 UTC) #22
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 01:49:15 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2b0ad689e8ca3c18f83dd2e823940c9e422e44d2
Cr-Commit-Position: refs/heads/master@{#419935}

Powered by Google App Engine
This is Rietveld 408576698