| Index: cc/trees/channel_main.h
|
| diff --git a/cc/trees/channel_main.h b/cc/trees/channel_main.h
|
| index 538d4c8678d7063de0f5ddd824c2fd1145c44486..90d845215be53a5cd546314777d5a8dbbc143483 100644
|
| --- a/cc/trees/channel_main.h
|
| +++ b/cc/trees/channel_main.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/completion_event.h"
|
| -#include "cc/input/top_controls_state.h"
|
| +#include "cc/input/browser_controls_state.h"
|
| #include "cc/output/compositor_frame_sink.h"
|
| #include "cc/scheduler/begin_frame_source.h"
|
| #include "cc/scheduler/commit_earlyout_reason.h"
|
| @@ -32,8 +32,8 @@ class CC_EXPORT ChannelMain {
|
| virtual ~ChannelMain() {}
|
|
|
| // Interface for commands sent to ProxyImpl
|
| - virtual void UpdateTopControlsStateOnImpl(TopControlsState constraints,
|
| - TopControlsState current,
|
| + virtual void UpdateTopControlsStateOnImpl(BrowserControlsState constraints,
|
| + BrowserControlsState current,
|
| bool animate) = 0;
|
| virtual void InitializeCompositorFrameSinkOnImpl(
|
| CompositorFrameSink* compositor_frame_sink) = 0;
|
|
|