Chromium Code Reviews| 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; |