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

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

Issue 2702883002: Remove force-update when visual rects change. (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/PaintInvalidator.h
diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.h b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
index d97b3ff445f2b6a61b5cc96479354e6c03b683d5..a2ee72302cfeb7b49590ce795a93c207cd106dad 100644
--- a/third_party/WebKit/Source/core/paint/PaintInvalidator.h
+++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.h
@@ -104,8 +104,10 @@ class PaintInvalidator {
computeLocationInBacking(const LayoutObject&, const PaintInvalidatorContext&);
ALWAYS_INLINE void updatePaintingLayer(const LayoutObject&,
PaintInvalidatorContext&);
- ALWAYS_INLINE void updateContext(const LayoutObject&,
- PaintInvalidatorContext&);
+ ALWAYS_INLINE void updatePaintInvalidationContainer(const LayoutObject&,
+ PaintInvalidatorContext&);
+ ALWAYS_INLINE void updateVisualRect(const LayoutObject&,
+ PaintInvalidatorContext&);
Vector<const LayoutObject*> m_pendingDelayedPaintInvalidations;
GeometryMapper& m_geometryMapper;

Powered by Google App Engine
This is Rietveld 408576698