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

Unified Diff: cc/trees/single_thread_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/remote_channel_main.cc ('k') | cc/trees/single_thread_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/single_thread_proxy.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index 73fffb6ac8cd34bd4052d2a719adce7802b76ea4..05aea5351258e81d99dd48a2b5c2b08b0fab7398 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -27,7 +27,7 @@ class LayerTreeHostSingleThreadClient;
class CC_EXPORT SingleThreadProxy : public Proxy,
NON_EXPORTED_BASE(LayerTreeHostImplClient),
- SchedulerClient {
+ public SchedulerClient {
public:
static std::unique_ptr<Proxy> Create(
LayerTreeHostInProcess* layer_tree_host,
@@ -52,8 +52,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
bool CommitRequested() const override;
bool BeginMainFrameRequested() const override;
void MainThreadHasStoppedFlinging() override {}
- void Start(
- std::unique_ptr<BeginFrameSource> external_begin_frame_source) override;
+ void Start() override;
void Stop() override;
void SetMutator(std::unique_ptr<LayerTreeMutator> mutator) override;
bool SupportsImplScrolling() const override;
@@ -133,7 +132,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
std::unique_ptr<LayerTreeHostImpl> layer_tree_host_impl_;
// Accessed from both threads.
- std::unique_ptr<BeginFrameSource> external_begin_frame_source_;
std::unique_ptr<Scheduler> scheduler_on_impl_thread_;
std::unique_ptr<BlockingTaskRunner::CapturePostTasks>
« no previous file with comments | « cc/trees/remote_channel_main.cc ('k') | cc/trees/single_thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698