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

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

Issue 2707073002: Move PreviousBoxGeometries from BoxPaintInvalidator into LayoutBox::m_rareData (Closed)
Patch Set: uninline savePreviousOtherBoxGeometries() 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..a5237c12ab553ffa43de0e95f1c061b1c58ec2e6 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 needsToSavePreviousOtherBoxGeometries();
void savePreviousBoxGeometriesIfNeeded();
- LayoutRect previousContentBoxRect();
- LayoutRect previousLayoutOverflowRect();
const LayoutBox& m_box;
const PaintInvalidatorContext& m_context;

Powered by Google App Engine
This is Rietveld 408576698