Index: public/platform/WebLayer.h |
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h |
index c21139208c67081f26e650d8614a0b85b2b135e6..10c4596b5a3e73ab750a881c65bccf87d161fc76 100644 |
--- a/public/platform/WebLayer.h |
+++ b/public/platform/WebLayer.h |
@@ -163,6 +163,9 @@ public: |
virtual bool hasActiveAnimation() = 0; |
// Scrolling |
+ // FIXME: Remove default implementation when CC-side implementation lands. |
enne (OOO)
2013/09/12 18:51:21
Or just land the cc side first?
wjmaclean
2013/09/12 19:01:56
OK, I had just thought this way it would be one le
|
+ virtual void setScrollClipLayer(WebLayer*) { } |
+ |
virtual void setScrollPosition(WebPoint) = 0; |
virtual WebPoint scrollPosition() const = 0; |