Index: Source/core/paint/DeprecatedPaintLayerScrollableArea.h |
diff --git a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h |
index 035d19ea20e288eda978515fd4cd133989795910..617a8bb3a330f9c988515130d9f857ad1cf214ed 100644 |
--- a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h |
+++ b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h |
@@ -234,6 +234,8 @@ private: |
bool hasScrollableVerticalOverflow() const; |
bool visualViewportSuppliesScrollbars() const; |
+ bool needsScrollbarReconstruction() const; |
+ |
void computeScrollDimensions(); |
// TODO(bokan): This method hides the base class version and is subtly different. |