| 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 ecaa5b611dff33ec6307bc053d22d93670b876e3..bf85df4f9e64477cf231a763d86b59ee37e2f0b2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -101,9 +101,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type) {
|
| DEBUG_STRING_CASE(PopupContainerBorder);
|
| DEBUG_STRING_CASE(PopupListBoxBackground);
|
| DEBUG_STRING_CASE(PopupListBoxRow);
|
| - DEBUG_STRING_CASE(PrintedContentBackground);
|
| DEBUG_STRING_CASE(PrintedContentDestinationLocations);
|
| - DEBUG_STRING_CASE(PrintedContentLineBoundary);
|
| DEBUG_STRING_CASE(PrintedContentPDFURLRect);
|
| DEBUG_STRING_CASE(Resizer);
|
| DEBUG_STRING_CASE(SVGClip);
|
| @@ -168,12 +166,10 @@ static WTF::String clipTypeAsDebugString(DisplayItem::Type type) {
|
| DEBUG_STRING_CASE(ClipLayerForeground);
|
| DEBUG_STRING_CASE(ClipLayerParent);
|
| DEBUG_STRING_CASE(ClipLayerOverflowControls);
|
| - DEBUG_STRING_CASE(ClipNodeImage);
|
| DEBUG_STRING_CASE(ClipPopupListBoxFrame);
|
| DEBUG_STRING_CASE(ClipScrollbarsToBoxBounds);
|
| DEBUG_STRING_CASE(ClipSelectionImage);
|
| DEBUG_STRING_CASE(PageWidgetDelegateClip);
|
| - DEBUG_STRING_CASE(ClipPrintedPage);
|
| DEFAULT_CASE;
|
| }
|
| }
|
|
|