Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 8447f2694c7deac16431688dcc3c0ce7142fc187..002f8ae3802d4cfe27df3b5910d5a70dc6956cf6 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -427,8 +427,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); |