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

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

Issue 2689213013: Move previous border box size out of global map into LayoutBox::m_previousSize (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 7d7c811681390f6ce7e82a3dfc7fafb299e531f6..b2b23a35c346f849169d98aac965d926ca33ad86 100644
--- a/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h
@@ -12,7 +12,6 @@ namespace blink {
class LayoutBox;
class LayoutRect;
-class LayoutSize;
struct PaintInvalidatorContext;
class BoxPaintInvalidator {
@@ -27,9 +26,6 @@ class BoxPaintInvalidator {
PaintInvalidationReason invalidatePaintIfNeeded();
- static LayoutSize previousBorderBoxSize(const LayoutBox&,
- const LayoutSize& defaultSize);
-
private:
bool backgroundGeometryDependsOnLayoutOverflowRect();
bool backgroundPaintsOntoScrollingContentsLayer();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/paint/BoxPaintInvalidator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698