Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index ce25fed67457deff786589aa5aba66d772b451ad..d7327fb3f2e13363c6825218c1108103d1632491 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -694,6 +694,8 @@ protected: |
virtual PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const LayoutLayerModelObject& newPaintInvalidationContainer) override; |
virtual void invalidateDisplayItemClients(DisplayItemList*) const override; |
+ virtual bool hasNonCompositedScrollbars() const override final; |
+ |
private: |
void updateShapeOutsideInfoAfterStyleChange(const LayoutStyle&, const LayoutStyle* oldStyle); |
void updateGridPositionAfterStyleChange(const LayoutStyle*); |
@@ -756,8 +758,6 @@ private: |
void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const; |
- bool hasNonCompositedScrollbars() const; |
- |
LayoutRectOutsets m_marginBoxOutsets; |
protected: |