Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: public/platform/WebLayer.h

Issue 23464035: Create Pinch Virtual Viewport scrollbar layers in Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change when viewport layers are registered. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698