Index: cc/trees/remote_channel_main.h |
diff --git a/cc/trees/remote_channel_main.h b/cc/trees/remote_channel_main.h |
index ae42cb64d7dc9b4c3c34fb582912e1f9cebd91d9..b2a38a7ae5a48b46ada0107d432243d8d93d3811 100644 |
--- a/cc/trees/remote_channel_main.h |
+++ b/cc/trees/remote_channel_main.h |
@@ -30,8 +30,8 @@ class CC_EXPORT RemoteChannelMain : public ChannelMain, |
~RemoteChannelMain() override; |
// ChannelMain implementation |
- void UpdateTopControlsStateOnImpl(TopControlsState constraints, |
- TopControlsState current, |
+ void UpdateTopControlsStateOnImpl(BrowserControlsState constraints, |
vmpstr
2016/10/21 17:54:59
dittoOnImpl
mdjones
2016/10/24 21:20:24
Done.
|
+ BrowserControlsState current, |
bool animate) override; |
void InitializeCompositorFrameSinkOnImpl(CompositorFrameSink*) override; |
void InitializeMutatorOnImpl( |