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); |