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

Unified Diff: Source/core/rendering/RenderBox.h

Issue 726123002: Ensure invalidation of non-composited scrollbars on resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/rendering/RenderBox.h
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
index 0dc27147f21e9d0e97c9cd9a70a68b0612504eb4..8268fcf259f473df214124ef4d63837cb83a7d2a 100644
--- a/Source/core/rendering/RenderBox.h
+++ b/Source/core/rendering/RenderBox.h
@@ -751,6 +751,8 @@ private:
void inflatePaintInvalidationRectForReflectionAndFilter(LayoutRect&) const;
+ bool hasNonCompositedScrollbars() const;
+
protected:
LayoutBoxExtent m_marginBox;

Powered by Google App Engine
This is Rietveld 408576698