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

Unified Diff: Source/platform/graphics/PaintInvalidationReason.cpp

Issue 1269123002: Preparation for combining paths of focus rings and outlines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove debug from fast/css/focus-ring-recursive-continuations.html Created 5 years, 4 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: Source/platform/graphics/PaintInvalidationReason.cpp
diff --git a/Source/platform/graphics/PaintInvalidationReason.cpp b/Source/platform/graphics/PaintInvalidationReason.cpp
index 5c1a68a77de4bc0426a0972f16ff300b2be4bdb7..6dc7ba5cfd14c3e4469a5bc5e5570bf3fb2c9370 100644
--- a/Source/platform/graphics/PaintInvalidationReason.cpp
+++ b/Source/platform/graphics/PaintInvalidationReason.cpp
@@ -46,8 +46,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason)
return "scroll";
case PaintInvalidationSelection:
return "selection";
- case PaintInvalidationFocusRing:
- return "focus ring";
+ case PaintInvalidationOutline:
+ return "outline";
case PaintInvalidationLayer:
return "layer";
case PaintInvalidationLayoutObjectInsertion:

Powered by Google App Engine
This is Rietveld 408576698