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

Unified Diff: cc/trees/remote_channel_main.cc

Issue 2317753002: cc: Abstract the LayerTreeHost. (Closed)
Patch Set: export for windows, keep the remote server test 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
Index: cc/trees/remote_channel_main.cc
diff --git a/cc/trees/remote_channel_main.cc b/cc/trees/remote_channel_main.cc
index 4487d094a0267fbc8b028557d3d189d3ca3e07f1..584a4d7e5f965a70ff7aae6b2fe44f694bf8fb6d 100644
--- a/cc/trees/remote_channel_main.cc
+++ b/cc/trees/remote_channel_main.cc
@@ -237,7 +237,7 @@ void RemoteChannelMain::SynchronouslyInitializeImpl(
to_impl_proto->mutable_initialize_impl_message();
proto::LayerTreeSettings* settings_proto =
initialize_impl_proto->mutable_layer_tree_settings();
- layer_tree_host->settings().ToProtobuf(settings_proto);
+ layer_tree_host->GetSettings().ToProtobuf(settings_proto);
VLOG(1) << "Sending initialize message to client";
SendMessageProto(proto);

Powered by Google App Engine
This is Rietveld 408576698