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

Unified Diff: cc/trees/layer_tree_host_in_process.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/channel_main.h ('k') | cc/trees/layer_tree_host_in_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_in_process.h
diff --git a/cc/trees/layer_tree_host_in_process.h b/cc/trees/layer_tree_host_in_process.h
index 176b7b63e74cd7b2cdd5f5a093c6859873637d89..9c9a72ea064b60e5f5b8e345a4283248cc0b458f 100644
--- a/cc/trees/layer_tree_host_in_process.h
+++ b/cc/trees/layer_tree_host_in_process.h
@@ -91,7 +91,6 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost {
TaskGraphRunner* task_graph_runner = nullptr;
LayerTreeSettings const* settings = nullptr;
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner;
- std::unique_ptr<BeginFrameSource> external_begin_frame_source;
ImageSerializationProcessor* image_serialization_processor = nullptr;
std::unique_ptr<AnimationHost> animation_host;
@@ -255,12 +254,10 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost {
void InitializeThreaded(
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
- scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner,
- std::unique_ptr<BeginFrameSource> external_begin_frame_source);
+ scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
void InitializeSingleThreaded(
LayerTreeHostSingleThreadClient* single_thread_client,
- scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
- std::unique_ptr<BeginFrameSource> external_begin_frame_source);
+ scoped_refptr<base::SingleThreadTaskRunner> main_task_runner);
void InitializeRemoteServer(
RemoteProtoChannel* remote_proto_channel,
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner);
@@ -270,8 +267,7 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost {
scoped_refptr<base::SingleThreadTaskRunner> impl_task_runner);
void InitializeForTesting(
std::unique_ptr<TaskRunnerProvider> task_runner_provider,
- std::unique_ptr<Proxy> proxy_for_testing,
- std::unique_ptr<BeginFrameSource> external_begin_frame_source);
+ std::unique_ptr<Proxy> proxy_for_testing);
void InitializePictureCacheForTesting();
void SetTaskRunnerProviderForTesting(
std::unique_ptr<TaskRunnerProvider> task_runner_provider);
@@ -308,9 +304,7 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost {
void ApplyViewportDeltas(ScrollAndScaleSet* info);
void ApplyPageScaleDeltaFromImplSide(float page_scale_delta);
- void InitializeProxy(
- std::unique_ptr<Proxy> proxy,
- std::unique_ptr<BeginFrameSource> external_begin_frame_source);
+ void InitializeProxy(std::unique_ptr<Proxy> proxy);
bool DoUpdateLayers(Layer* root_layer);
void UpdateHudLayer();
« no previous file with comments | « cc/trees/channel_main.h ('k') | cc/trees/layer_tree_host_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698