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

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 9f24dc1af1ac10405b16f4a689819d3865ddc869..5e9094eb0f83afaff6697a019993a1da12dbc92c 100644
--- a/Source/platform/graphics/paint/DisplayItem.h
+++ b/Source/platform/graphics/paint/DisplayItem.h
@@ -70,7 +70,8 @@ public:
VideoBitmap,
ViewBackground,
DebugRedFill,
- DrawingLast = DebugRedFill,
+ PageOverlay,
+ DrawingLast = PageOverlay,
Xianzhu 2015/02/09 17:57:10 Please keep the above list sorted.
jbroman 2015/02/09 18:13:36 Ah, I hadn't realized it was sorted (I saw D, B, C
CachedFirst,
CachedLast = CachedFirst + DrawingLast - DrawingFirst,
« no previous file with comments | « LayoutTests/compositing/visibility/overlays-expected.html ('k') | Source/platform/graphics/paint/DisplayItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698