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..b48e91fda7b358f9fac60ac9a82b3640337699a4 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,8 +153,8 @@ 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, |
+ void UpdateTopControlsState(BrowserControlsState constraints, |
vmpstr
2016/10/21 17:54:58
UpdateBrowserControlsState?
mdjones
2016/10/24 21:20:24
Done.
|
+ BrowserControlsState current, |
bool animate) override; |
const base::WeakPtr<InputHandler>& GetInputHandler() const override; |
void DidStopFlinging() override; |