Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index 53381d9dfe7b020629e5a54109bb3846bc26e7c0..2b14145ed0541d33b100982a40af105b7a3f356d 100644 |
| --- a/cc/trees/proxy.h |
| +++ b/cc/trees/proxy.h |
| @@ -14,7 +14,7 @@ |
| #include "base/time/time.h" |
| #include "base/values.h" |
| #include "cc/base/cc_export.h" |
| -#include "cc/input/top_controls_state.h" |
| +#include "cc/input/browser_controls_state.h" |
| #include "cc/scheduler/begin_frame_source.h" |
| #include "cc/trees/task_runner_provider.h" |
| @@ -73,8 +73,8 @@ class CC_EXPORT Proxy { |
| virtual bool SupportsImplScrolling() const = 0; |
| - virtual void UpdateTopControlsState(TopControlsState constraints, |
| - TopControlsState current, |
| + virtual void UpdateTopControlsState(BrowserControlsState constraints, |
|
vmpstr
2016/10/21 17:54:58
ditto
mdjones
2016/10/24 21:20:24
Done.
|
| + BrowserControlsState current, |
| bool animate) = 0; |
| // Testing hooks |