Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: Source/core/layout/LayoutBoxModelObject.h

Issue 1287413002: Fix paint invalidation rect tracking within composited scrolling layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()); }

Powered by Google App Engine
This is Rietveld 408576698