Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 27bf2ac156b59caa497f36a086f3a130a6344395..149429f1adbc5a898d1f17dd05fc3fbbfdeb0e74 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -428,8 +428,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
void SetBoundsDelta(const gfx::Vector2dF& bounds_delta); |
gfx::Vector2dF bounds_delta() const { return bounds_delta_; } |
- bool IsExternalScrollActive() const; |
- |
void SetCurrentScrollOffset(const gfx::ScrollOffset& scroll_offset); |
void SetCurrentScrollOffsetFromDelegate( |
const gfx::ScrollOffset& scroll_offset); |