Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp |
index b991948fc11d2ae8bbdbd734b007b4528396ef94..d99e8acc414705fc9abeb604683c870ed260bd75 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp |
@@ -184,6 +184,7 @@ void ScrollableArea::setScrollOffset(const ScrollOffset& offset, |
switch (scrollType) { |
case CompositorScroll: |
+ case ClampingScroll: |
scrollOffsetChanged(clampedOffset, scrollType); |
break; |
case AnchoringScroll: |