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

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

Issue 947893002: Implement SVG masking with slimming paint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a mask debug print string 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
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | Source/platform/graphics/paint/DrawingDisplayItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/paint/DisplayItem.cpp
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
index 73e3b64d3ec77e849610629941bab579ed267a63..fbd3708a055b9a08eabee5feb58b89be42dd9ddf 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -54,6 +54,7 @@ static WTF::String drawingTypeAsDebugString(DisplayItem::Type type)
case DisplayItem::PopupListBoxRow: return "DrawingPopupListBoxRow";
case DisplayItem::Resizer: return "DrawingResizer";
case DisplayItem::SVGFilter: return "DrawingSVGFilter";
+ case DisplayItem::SVGMask: return "DrawingSVGMask";
case DisplayItem::ScrollbarCorner: return "DrawingScrollbarCorner";
case DisplayItem::ScrollbarHorizontal: return "DrawingScrollbarHorizontal";
case DisplayItem::ScrollbarTickMark: return "DrawingScrollbarTickMark";
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | Source/platform/graphics/paint/DrawingDisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698