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

Unified Diff: Source/core/rendering/PaintPhase.h

Issue 834173003: Change about caret painting in slimming paint mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests Created 5 years, 11 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
« no previous file with comments | « Source/core/rendering/PaintInfo.cpp ('k') | Source/platform/graphics/ContentLayerDelegate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/PaintPhase.h
diff --git a/Source/core/rendering/PaintPhase.h b/Source/core/rendering/PaintPhase.h
index a996430bf2f9607e88cc0ed8c916c133d6a418a0..0cea3753cbbcac712977292838e69342c1fa95e6 100644
--- a/Source/core/rendering/PaintPhase.h
+++ b/Source/core/rendering/PaintPhase.h
@@ -51,6 +51,7 @@ enum PaintPhase {
PaintPhaseTextClip = 10,
PaintPhaseMask = 11,
PaintPhaseClippingMask = 12,
+ PaintPhaseCaret = 13,
// These values must be kept in sync with DisplayItem::Type.
};
« no previous file with comments | « Source/core/rendering/PaintInfo.cpp ('k') | Source/platform/graphics/ContentLayerDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698