diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 01:43:06 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 01:44:17 +0000 |
commit | 174c6d466c98f31a8f1017241499a23038297f38 (patch) | |
tree | 9c37260847c0bee1b94a462038ff7dc065324593 /cc/BUILD.gn | |
parent | f83ef232a24922c700fe63357ccddcb700a01c27 (diff) | |
download | chromium_src-174c6d466c98f31a8f1017241499a23038297f38.zip chromium_src-174c6d466c98f31a8f1017241499a23038297f38.tar.gz chromium_src-174c6d466c98f31a8f1017241499a23038297f38.tar.bz2 |
Make SingleThreadProxy a SchedulerClient
This makes ui::Compositor no longer in charge of
scheduling commits and draws, deferring it to cc::Scheduler.
Other compositors that use SingleThreadProxy are left calling composite
synchronously and now pass a flag to indicate that this is their
intention. This patch doesn't remove synchronous composite, but now
makes it mutually exclusive with scheduling.
BUG=329552, 287250
Review URL: https://codereview.chromium.org/134623005
Cr-Commit-Position: refs/heads/master@{#288866}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/BUILD.gn')
-rw-r--r-- | cc/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/BUILD.gn b/cc/BUILD.gn index 0688868..6a6cd02 100644 --- a/cc/BUILD.gn +++ b/cc/BUILD.gn @@ -451,6 +451,7 @@ component("cc") { "trees/proxy.h", "trees/proxy_timing_history.cc", "trees/proxy_timing_history.h", + "trees/scoped_abort_remaining_swap_promises.h", "trees/single_thread_proxy.cc", "trees/single_thread_proxy.h", "trees/thread_proxy.cc", |