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 47a033417518bbb4961902213d4c85923d0d5bc1..9d632dbda546f8bca2daf557bfd52b6ce5535e3c 100644 |
--- a/third_party/WebKit/public/platform/WebLayer.h |
+++ b/third_party/WebKit/public/platform/WebLayer.h |
@@ -159,8 +159,8 @@ class WebLayer { |
virtual void setClipParent(WebLayer*) = 0; |
// Scrolling |
- virtual void setScrollPositionDouble(WebDoublePoint) = 0; |
- virtual WebDoublePoint scrollPositionDouble() const = 0; |
+ virtual void setScrollOffset(WebFloatSize) = 0; |
skobes
2016/10/05 21:19:28
Shouldn't these be "position"? WebLayer should us
szager1
2016/10/06 00:11:57
Good point, fixed.
|
+ virtual WebFloatSize scrollOffset() const = 0; |
// To set a WebLayer as scrollable we must specify the corresponding clip |
// layer. |