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

Unified Diff: third_party/WebKit/Source/core/editing/DragCaret.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/DragCaret.h
diff --git a/third_party/WebKit/Source/core/editing/DragCaret.h b/third_party/WebKit/Source/core/editing/DragCaret.h
index 75aa6402e927cbc7ec50697f328133558d89befe..562b39551fecf5c5edab4f98eff9df5a743f701f 100644
--- a/third_party/WebKit/Source/core/editing/DragCaret.h
+++ b/third_party/WebKit/Source/core/editing/DragCaret.h
@@ -52,8 +52,7 @@ class DragCaret final : public GarbageCollectedFinalized<DragCaret>,
void layoutBlockWillBeDestroyed(const LayoutBlock&);
void updateStyleAndLayoutIfNeeded();
void invalidatePaintIfNeeded(const LayoutBlock&,
- const PaintInvalidatorContext&,
- PaintInvalidationReason);
+ const PaintInvalidatorContext&);
bool shouldPaintCaret(const LayoutBlock&) const;
void paintDragCaret(const LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698