Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
index 1748a506bd107ad96c08360982751d491e57dbc8..3d6fced85e3a0b3b47dc4a4680b0b23c326cc15d 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h |
@@ -319,6 +319,8 @@ class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin { |
return ScrollBehaviorInstant; |
} |
+ virtual bool isScrollable() const { return true; } |
+ |
// TODO(bokan): FrameView::setScrollOffset uses updateScrollbars to scroll |
// which bails out early if its already in updateScrollbars, the effect being |
// that programmatic scrolls (i.e. setScrollOffset) are disabled when in |