Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
index b469607e0b5e52e4c2dc1c04fa9d2a0e263f90d7..82c01199f7a7007aeeeb3aec9e31986e0e8269ee 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
@@ -322,6 +322,8 @@ class CORE_EXPORT PaintLayerScrollableArea final |
void updateAfterLayout(); |
void clampScrollOffsetsAfterLayout(); |
+ void didChangeGlobalRootScroller() override; |
+ |
void updateAfterStyleChange(const ComputedStyle*); |
void updateAfterOverflowRecalc(); |