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

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

Issue 2736213002: Fix caret paint invalidation issues (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/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index 9a7c7711239e4f7852563c5deaa9bd9b2d330767..27227ace38b2f5eda2ac736d76646df4aaaecc8f 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -199,8 +199,7 @@ class CORE_EXPORT FrameSelection final
void layoutBlockWillBeDestroyed(const LayoutBlock&);
void updateStyleAndLayoutIfNeeded();
void invalidatePaintIfNeeded(const LayoutBlock&,
- const PaintInvalidatorContext&,
- PaintInvalidationReason);
+ const PaintInvalidatorContext&);
void paintCaret(GraphicsContext&, const LayoutPoint&);
« no previous file with comments | « third_party/WebKit/Source/core/editing/FrameCaret.cpp ('k') | third_party/WebKit/Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698