Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 02e64f4eb50f0181e2464729c238ab8b2993de2d..fb9195f0ac575998913949ac23249c4167ce0408 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -531,10 +531,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
return touch_event_handler_region_; |
} |
- InputHandler::ScrollStatus TryScroll( |
- const gfx::PointF& screen_space_point, |
- InputHandler::ScrollInputType type) const; |
- |
void SetDoubleSided(bool double_sided); |
bool double_sided() const { return double_sided_; } |