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

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

Issue 867063004: [Slimming Paint] Paint the inspector overlay with GraphicsLayer DisplayList. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/platform/graphics/paint/DisplayItem.h
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h
index b65ecac294c4968b170f76030f3def789ecc0735..2566dcc971ae8f53c9f7955fe3d3ebf728620ca6 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -58,8 +58,10 @@ public:
BoxDecorationBackground,
Caret,
ColumnRules,
+ DebugRedFill,
DragImage,
LinkHighlight,
+ PageOverlay,
PageWidgetDelegateBackgroundFallback,
Resizer,
SVGFilter,
@@ -69,8 +71,7 @@ public:
ScrollbarVertical,
VideoBitmap,
ViewBackground,
- DebugRedFill,
- DrawingLast = DebugRedFill,
+ DrawingLast = ViewBackground,
CachedFirst,
CachedLast = CachedFirst + DrawingLast - DrawingFirst,

Powered by Google App Engine
This is Rietveld 408576698