Index: Source/core/layout/LayoutBoxModelObject.h |
diff --git a/Source/core/layout/LayoutBoxModelObject.h b/Source/core/layout/LayoutBoxModelObject.h |
index 105fe7d13c8a4cbd9fd5b5d9d0b424139c61a723..edcf78af70dd276cbf2efcafe373c7ec25676abd 100644 |
--- a/Source/core/layout/LayoutBoxModelObject.h |
+++ b/Source/core/layout/LayoutBoxModelObject.h |
@@ -105,6 +105,7 @@ public: |
// Checks if this box, or any of it's descendants, or any of it's continuations, |
// will take up space in the layout of the page. |
bool hasNonEmptyLayoutSize() const; |
+ bool usesCompositedScrolling() const; |
// These return the CSS computed padding values. |
LayoutUnit computedCSSPaddingTop() const { return computedCSSPadding(style()->paddingTop()); } |