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

Unified Diff: cc/trees/proxy.h

Issue 2324273002: Remove external begin frame source parameter and settings (Closed)
Patch Set: Add back comment, remove more febfs includes Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index fd82d809b7259e89807cd192cce3e28ea045678c..53381d9dfe7b020629e5a54109bb3846bc26e7c0 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -65,9 +65,9 @@ class CC_EXPORT Proxy {
virtual bool BeginMainFrameRequested() const = 0;
// Must be called before using the proxy.
- virtual void Start(
- std::unique_ptr<BeginFrameSource> external_begin_frame_source) = 0;
- virtual void Stop() = 0; // Must be called before deleting the proxy.
+ virtual void Start() = 0;
+ // Must be called before deleting the proxy.
+ virtual void Stop() = 0;
virtual void SetMutator(std::unique_ptr<LayerTreeMutator> mutator) = 0;
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698