| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| index 90d9449e1ac54dc86e2d5070de0884c9a59216d2..db334f2df4e0d3dc8988514ce80ddb0663a6dac3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -85,9 +85,7 @@ class PLATFORM_EXPORT DisplayItem {
|
| kPopupContainerBorder,
|
| kPopupListBoxBackground,
|
| kPopupListBoxRow,
|
| - kPrintedContentBackground,
|
| kPrintedContentDestinationLocations,
|
| - kPrintedContentLineBoundary,
|
| kPrintedContentPDFURLRect,
|
| kResizer,
|
| kSVGClip,
|
| @@ -153,13 +151,11 @@ class PLATFORM_EXPORT DisplayItem {
|
| kClipLayerForeground,
|
| kClipLayerParent,
|
| kClipLayerOverflowControls,
|
| - kClipNodeImage,
|
| kClipPopupListBoxFrame,
|
| kClipScrollbarsToBoxBounds,
|
| kClipSelectionImage,
|
| kPageWidgetDelegateClip,
|
| - kClipPrintedPage,
|
| - kClipLast = kClipPrintedPage,
|
| + kClipLast = kPageWidgetDelegateClip,
|
|
|
| kEndClipFirst,
|
| kEndClipLast = kEndClipFirst + kClipLast - kClipFirst,
|
|
|