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

Unified Diff: third_party/WebKit/Source/core/style/BasicShapes.h

Issue 2881673003: CSS Motion Path: Support parsing of ray(<angle>) paths (Closed)
Patch Set: DCHECK_EQ Created 3 years, 7 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: third_party/WebKit/Source/core/style/BasicShapes.h
diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h
index fef20d61d315d7ab40dcfc25586c5842674cd4e5..ec1e33ea61b755f0460d7a7305a5ad38b481c9d8 100644
--- a/third_party/WebKit/Source/core/style/BasicShapes.h
+++ b/third_party/WebKit/Source/core/style/BasicShapes.h
@@ -54,7 +54,9 @@ class CORE_EXPORT BasicShape : public RefCounted<BasicShape> {
kBasicShapeEllipseType,
kBasicShapePolygonType,
kBasicShapeCircleType,
- kBasicShapeInsetType
+ kBasicShapeInsetType,
+ kStyleRayType,
+ kStylePathType
};
bool CanBlend(const BasicShape*) const;

Powered by Google App Engine
This is Rietveld 408576698