Chromium Code Reviews| Index: cc/trees/proxy_impl.h |
| diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h |
| index a5d835c15e5386d194dd8461abd575981aaa1aa1..dcf30fe0c42b4852388d98fc14ab6b7b4a3706f9 100644 |
| --- a/cc/trees/proxy_impl.h |
| +++ b/cc/trees/proxy_impl.h |
| @@ -10,7 +10,7 @@ |
| #include "base/macros.h" |
| #include "cc/base/completion_event.h" |
| #include "cc/base/delayed_unique_notifier.h" |
| -#include "cc/input/top_controls_state.h" |
| +#include "cc/input/browser_controls_state.h" |
| #include "cc/scheduler/scheduler.h" |
| #include "cc/trees/channel_impl.h" |
| #include "cc/trees/layer_tree_host_impl.h" |
| @@ -30,8 +30,8 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient), |
| ~ProxyImpl() override; |
| // Virtual for testing. |
| - void UpdateTopControlsStateOnImpl(TopControlsState constraints, |
| - TopControlsState current, |
| + void UpdateTopControlsStateOnImpl(BrowserControlsState constraints, |
|
vmpstr
2016/10/21 17:54:58
dittoOnImpl
mdjones
2016/10/24 21:20:24
Done.
|
| + BrowserControlsState current, |
| bool animate); |
| void InitializeCompositorFrameSinkOnImpl( |
| CompositorFrameSink* compositor_frame_sink); |