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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h

Issue 2707073002: Move PreviousBoxGeometries from BoxPaintInvalidator into LayoutBox::m_rareData (Closed)
Patch Set: - Created 3 years, 10 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: third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
index b2b23a35c346f849169d98aac965d926ca33ad86..4e3738c583684ee56a3c05c8db0feb3775d35367 100644
--- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
@@ -40,10 +40,8 @@ class BoxPaintInvalidator {
const LayoutRect& oldRect,
const LayoutRect& newRect);
- bool needsToSavePreviousBoxGeometries();
+ bool needsToSavePreviousContentBoxSizeOrLayoutOverflowRect();
void savePreviousBoxGeometriesIfNeeded();
- LayoutRect previousContentBoxRect();
- LayoutRect previousLayoutOverflowRect();
const LayoutBox& m_box;
const PaintInvalidatorContext& m_context;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.h ('k') | third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698