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

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

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Rebase Created 3 years, 5 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 07ef4a6baed51ed0044ea32455db396aaf92c23d..d589311767899a9ef3e4b36f19ebc9c2188a3667 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"
@@ -212,6 +213,8 @@ class WebLayer {
// deleting the scroll client.
virtual void SetScrollClient(WebLayerScrollClient*) = 0;
+ virtual void SetScrollBoundaryBehavior(const WebScrollBoundaryBehavior&) = 0;
Rick Byers 2017/07/18 18:44:25 nit: please add a comment describing at a high lev
+
// Sets the cc-side layer client.
virtual void SetLayerClient(cc::LayerClient*) = 0;

Powered by Google App Engine
This is Rietveld 408576698