Index: cc/trees/threaded_channel.h |
diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h |
index 6bced81703a2b06ee2e517e6aade5e1f17d45067..549044e834a630fa042dc8f01f0c9f273e095926 100644 |
--- a/cc/trees/threaded_channel.h |
+++ b/cc/trees/threaded_channel.h |
@@ -84,9 +84,9 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl { |
~ThreadedChannel() override; |
// ChannelMain Implementation |
- void UpdateTopControlsStateOnImpl(TopControlsState constraints, |
- TopControlsState current, |
- bool animate) override; |
+ void UpdateBrowserControlsStateOnImpl(BrowserControlsState constraints, |
+ BrowserControlsState current, |
+ bool animate) override; |
void InitializeCompositorFrameSinkOnImpl( |
CompositorFrameSink* output_surface) override; |
void InitializeMutatorOnImpl( |