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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 1649003002: Use StylePath instead of (Path)StyleMotionPath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 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/css/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index e997f29e028fb5b6c1ede0c4b3c7137573b8b0c4..130ece80a33acb7455009261d2803a7f77020dd2 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -107,7 +107,8 @@ public:
static PassRefPtr<RotateTransformOperation> convertRotate(StyleResolverState&, const CSSValue&);
static PassRefPtr<ScaleTransformOperation> convertScale(StyleResolverState&, const CSSValue&);
static RespectImageOrientationEnum convertImageOrientation(StyleResolverState&, const CSSValue&);
- static PassRefPtr<StylePath> convertPath(StyleResolverState&, CSSValue&);
+ static PassRefPtr<StylePath> convertPath(StyleResolverState&, const CSSValue&);
+ static PassRefPtr<StylePath> convertPathOrNone(StyleResolverState&, const CSSValue&);
};
template <typename T>

Powered by Google App Engine
This is Rietveld 408576698