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

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

Issue 946423002: Separate Transform3D display item types. (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 a5e86e64f584d181b7a4da497f44a1cb1f7696d5..73e3b64d3ec77e849610629941bab579ed267a63 100644
--- a/Source/platform/graphics/paint/DisplayItem.cpp
+++ b/Source/platform/graphics/paint/DisplayItem.cpp
@@ -124,6 +124,8 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
case EndCompositing: return "EndCompositing";
case BeginTransform: return "BeginTransform";
case EndTransform: return "EndTransform";
+ case BeginTransform3D: return "BeginTransform3D";
+ case EndTransform3D: return "EndTransform3D";
case BeginClipPath: return "BeginClipPath";
case EndClipPath: return "EndClipPath";
default:
« no previous file with comments | « Source/platform/graphics/paint/DisplayItem.h ('k') | Source/platform/graphics/paint/Transform3DDisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698