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

Unified Diff: third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: NeedsRebaseline 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/platform/graphics/PaintInvalidationReason.h
diff --git a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
index c8ae5cc96593a6ebdc9627216873620227432ce0..da6d14b6f1db00710509bb9e6dcf4675ff79b5c5 100644
--- a/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
+++ b/third_party/WebKit/Source/platform/graphics/PaintInvalidationReason.h
@@ -34,6 +34,7 @@ enum PaintInvalidationReason {
PaintInvalidationLayoutObjectRemoval,
PaintInvalidationSVGResourceChange,
PaintInvalidationBackgroundOnScrollingContentsLayer,
+ PaintInvalidationCaret,
PaintInvalidationForTesting,
// PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in
// order to fully paint the content, but that painting of the object can be

Powered by Google App Engine
This is Rietveld 408576698