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

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

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.cpp
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
index 9f482fd2d6cdae24f891077fcf44354c43793826..41b14bb8fd85d83b6f2628422150a8b5622cad20 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -56,6 +56,7 @@ static WTF::String drawingTypeAsDebugString(DisplayItem::Type type)
case DisplayItem::VideoBitmap: return "DrawingVideoBitmap";
case DisplayItem::ViewBackground: return "DrawingViewBackground";
case DisplayItem::DebugRedFill: return "DrawingDebugRedFill";
+ case DisplayItem::PageOverlay: return "PageOverlay";
default:
ASSERT_NOT_REACHED();
return "Unknown";

Powered by Google App Engine
This is Rietveld 408576698