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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h

Issue 2787173005: Some cleanup after https://codereview.chromium.org/2751433002 (Closed)
Patch Set: none Created 3 years, 9 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: 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,

Powered by Google App Engine
This is Rietveld 408576698