Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 7c0697d25cb7ad36e01f225902cab4787f8b515c..cb5575c9fe203326a8dd59b9fc0a37bf782f515a 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -271,6 +271,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, |
void SetScrollClipLayerId(int clip_layer_id); |
bool scrollable() const { return scroll_clip_layer_id_ != INVALID_ID; } |
+ Layer* scroll_clip_layer() const; |
void SetUserScrollable(bool horizontal, bool vertical); |
bool user_scrollable_horizontal() const { |