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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into scroll-boundary Created 3 years, 9 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: third_party/WebKit/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index 457ee2ee5a2daa15154c6e180bbfe7234a9f72d4..6f580b98dbe1b99d02105ae1dc55c8903f268783 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -34,6 +34,7 @@
#include "WebFloatSize.h"
#include "WebPoint.h"
#include "WebRect.h"
+#include "WebScrollBoundaryBehavior.h"
#include "WebSize.h"
#include "WebString.h"
#include "WebVector.h"
@@ -204,6 +205,8 @@ class WebLayer {
// deleting the scroll client.
virtual void setScrollClient(WebLayerScrollClient*) = 0;
+ virtual void setScrollBoundaryBehavior(WebScrollBoundaryBehavior) = 0;
+
// Sets the cc-side layer client.
virtual void setLayerClient(cc::LayerClient*) = 0;

Powered by Google App Engine
This is Rietveld 408576698