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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Update WebScrollBoundaryBehavior. Created 3 years, 7 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 dc6efa8392b12f1f48e546b9196107ae7ff2c404..9fb35d12ae34175b14be3adc8cde838349d0c609 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -36,6 +36,7 @@
#include "WebFloatSize.h"
#include "WebPoint.h"
#include "WebRect.h"
+#include "WebScrollBoundaryBehavior.h"
#include "WebSize.h"
#include "WebString.h"
#include "WebTouchInfo.h"
@@ -209,6 +210,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