Index: cc/trees/remote_channel_main.cc |
diff --git a/cc/trees/remote_channel_main.cc b/cc/trees/remote_channel_main.cc |
index e8b269468de7a5d6ee7b0779156394e02695f277..6c362c5489ee27f8dae01d974ed564642ff0a156 100644 |
--- a/cc/trees/remote_channel_main.cc |
+++ b/cc/trees/remote_channel_main.cc |
@@ -58,9 +58,9 @@ void RemoteChannelMain::OnProtoReceived( |
HandleProto(proto->to_main()); |
} |
-void RemoteChannelMain::UpdateTopControlsStateOnImpl( |
- TopControlsState constraints, |
- TopControlsState current, |
+void RemoteChannelMain::UpdateBrowserControlsStateOnImpl( |
+ BrowserControlsState constraints, |
+ BrowserControlsState current, |
bool animate) {} |
void RemoteChannelMain::InitializeCompositorFrameSinkOnImpl( |