| Index: Source/core/platform/graphics/GraphicsContextAnnotation.cpp
|
| diff --git a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp b/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
|
| index 1ca9824a11dfa5073d95e410192b31f391ae41c9..f64714f55876a0487481b5edaef7ca9015885280 100644
|
| --- a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
|
| +++ b/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
|
| @@ -72,6 +72,8 @@ static const char* paintPhaseName(WebCore::PaintPhase phase)
|
| return "TextClip";
|
| case WebCore::PaintPhaseMask:
|
| return "Mask";
|
| + case WebCore::PaintPhaseClippingMask:
|
| + return "ClippingMask";
|
| default:
|
| ASSERT_NOT_REACHED();
|
| return "<unknown>";
|
|
|