Index: cc/trees/layer_tree_host_in_process.h |
diff --git a/cc/trees/layer_tree_host_in_process.h b/cc/trees/layer_tree_host_in_process.h |
index 805fb5913d411570ae0e3b6bff074234b92de12f..5eed0099e70a0ea856e241cc67c5390b0c27eb8c 100644 |
--- a/cc/trees/layer_tree_host_in_process.h |
+++ b/cc/trees/layer_tree_host_in_process.h |
@@ -24,11 +24,11 @@ |
#include "cc/base/cc_export.h" |
#include "cc/debug/micro_benchmark.h" |
#include "cc/debug/micro_benchmark_controller.h" |
+#include "cc/input/browser_controls_state.h" |
#include "cc/input/event_listener_properties.h" |
#include "cc/input/input_handler.h" |
#include "cc/input/layer_selection_bound.h" |
#include "cc/input/scrollbar.h" |
-#include "cc/input/top_controls_state.h" |
#include "cc/layers/layer_collections.h" |
#include "cc/layers/layer_list_iterator.h" |
#include "cc/output/compositor_frame_sink.h" |
@@ -71,7 +71,6 @@ class ResourceProvider; |
class ResourceUpdateQueue; |
class SharedBitmapManager; |
class TaskGraphRunner; |
-class TopControlsManager; |
struct PendingPageScaleAnimation; |
struct RenderingStats; |
struct ScrollAndScaleSet; |
@@ -154,9 +153,9 @@ class CC_EXPORT LayerTreeHostInProcess : public LayerTreeHost { |
void SetNeedsRedrawRect(const gfx::Rect& damage_rect) override; |
void SetNextCommitForcesRedraw() override; |
void NotifyInputThrottledUntilCommit() override; |
- void UpdateTopControlsState(TopControlsState constraints, |
- TopControlsState current, |
- bool animate) override; |
+ void UpdateBrowserControlsState(BrowserControlsState constraints, |
+ BrowserControlsState current, |
+ bool animate) override; |
const base::WeakPtr<InputHandler>& GetInputHandler() const override; |
void DidStopFlinging() override; |
void SetDebugState(const LayerTreeDebugState& debug_state) override; |