Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index b3893b08944c7ddb3daac6bb59adda919d7b731f..fd28bcd18c7c83b4b935e5a14be9e01b63e5fd18 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -321,8 +321,7 @@ class CC_EXPORT LayerTreeHostImpl |
size_t SourceAnimationFrameNumberForTesting() const; |
- void RegisterScrollbarAnimationController(int scroll_layer_id, |
- ElementId scroll_element_id); |
+ void RegisterScrollbarAnimationController(ElementId scroll_element_id); |
void UnregisterScrollbarAnimationController(ElementId scroll_element_id); |
ScrollbarAnimationController* ScrollbarAnimationControllerForElementId( |
ElementId scroll_element_id) const; |
@@ -355,7 +354,7 @@ class CC_EXPORT LayerTreeHostImpl |
base::TimeDelta delay) override; |
void SetNeedsAnimateForScrollbarAnimation() override; |
void SetNeedsRedrawForScrollbarAnimation() override; |
- ScrollbarSet ScrollbarsFor(int scroll_layer_id) const override; |
+ ScrollbarSet ScrollbarsFor(ElementId scroll_element_id) const override; |
void DidChangeScrollbarVisibility() override; |
// VideoBeginFrameSource implementation. |