Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 7b40128ae8afec875dd3767fed2d76ebfa7b8ce2..a4abf5a16bd6c31823af972a497292442c458b54 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -551,7 +551,7 @@ public: |
int intrinsicScrollbarLogicalWidth() const; |
int scrollbarLogicalWidth() const { return style()->isHorizontalWritingMode() ? verticalScrollbarWidth() : horizontalScrollbarHeight(); } |
int scrollbarLogicalHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollbarHeight() : verticalScrollbarWidth(); } |
- virtual bool scroll(ScrollDirectionPhysical, ScrollGranularity, float delta = 1); |
+ virtual ScrollResultOneDimensional scroll(ScrollDirectionPhysical, ScrollGranularity, float delta = 1); |
bool canBeScrolledAndHasScrollableArea() const; |
virtual bool canBeProgramaticallyScrolled() const; |
virtual void autoscroll(const IntPoint&); |