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

Unified Diff: third_party/WebKit/Source/core/editing/FrameCaret.h

Issue 2737043002: Fix caret paint invalidation issue on partial lifecycle updates (Closed)
Patch Set: Created 3 years, 9 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/editing/FrameCaret.h
diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.h b/third_party/WebKit/Source/core/editing/FrameCaret.h
index 50639c1d25936bd758c12e8062844441e7d27a13..5dcbae136bc8ea51827db7252751b81c41ca0ea4 100644
--- a/third_party/WebKit/Source/core/editing/FrameCaret.h
+++ b/third_party/WebKit/Source/core/editing/FrameCaret.h
@@ -76,7 +76,7 @@ class CORE_EXPORT FrameCaret final
// Paint invalidation methods delegating to DisplayItemClient.
void clearPreviousVisualRect(const LayoutBlock&);
void layoutBlockWillBeDestroyed(const LayoutBlock&);
- void updateStyleAndLayoutIfNeeded();
+ void updateForPaintInvalidation();
void invalidatePaintIfNeeded(const LayoutBlock&,
const PaintInvalidatorContext&,
PaintInvalidationReason);

Powered by Google App Engine
This is Rietveld 408576698