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

Unified Diff: cc/trees/remote_channel_main.cc

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.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/remote_channel_main.cc
diff --git a/cc/trees/remote_channel_main.cc b/cc/trees/remote_channel_main.cc
index 7ce6fd1efc01a75b27deef442857a05c3612dfb3..6b490697a0419208e0a9533d4a6503774aecad78 100644
--- a/cc/trees/remote_channel_main.cc
+++ b/cc/trees/remote_channel_main.cc
@@ -219,8 +219,7 @@ void RemoteChannelMain::NotifyReadyToCommitOnImpl(
}
void RemoteChannelMain::SynchronouslyInitializeImpl(
- LayerTreeHostInProcess* layer_tree_host,
- std::unique_ptr<BeginFrameSource> external_begin_frame_source) {
+ LayerTreeHostInProcess* layer_tree_host) {
TRACE_EVENT0("cc.remote", "RemoteChannelMain::SynchronouslyInitializeImpl");
DCHECK(!initialized_);
« no previous file with comments | « cc/trees/remote_channel_main.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698