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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.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/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 0dd6e8f386dba78ec587ce26a941c4641fe9f1ef..7311c164ce769c09f47f43a726ec7a93525e1a64 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -196,6 +196,8 @@ class StyleBuilderConverter {
const CSSValue&);
static PassRefPtr<StylePath> ConvertPathOrNone(StyleResolverState&,
const CSSValue&);
+ static PassRefPtr<BasicShape> ConvertOffsetPath(StyleResolverState&,
+ const CSSValue&);
static StyleOffsetRotation ConvertOffsetRotate(const CSSValue&);
template <CSSValueID cssValueFor0, CSSValueID cssValueFor100>
static Length ConvertPositionLength(StyleResolverState&, const CSSValue&);

Powered by Google App Engine
This is Rietveld 408576698