| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| index c5c3db9224635be0e070d034c28ffc82e6aeb8cd..f5bc053e151a27d5c7c737b7a32a248c2eb1439a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -110,6 +110,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
|
| DEBUG_STRING_CASE(VideoBitmap);
|
| DEBUG_STRING_CASE(WebPlugin);
|
| DEBUG_STRING_CASE(WebFont);
|
| + DEBUG_STRING_CASE(ReflectionMask);
|
|
|
| DEFAULT_CASE;
|
| }
|
|
|