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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h

Issue 2827003002: CSS Motion Path: delete implementation of motion-path property (Closed)
Patch Set: ManualTests Created 3 years, 8 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/properties/CSSPropertyOffsetPathUtils.h
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
index dc00e532d1510cfdf04e1d792bf40911994b831b..405e5007133693130d245f31e87ba735abbd9124 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyOffsetPathUtils.h
@@ -16,8 +16,7 @@ class CSSValue;
class CSSPropertyOffsetPathUtils {
STATIC_ONLY(CSSPropertyOffsetPathUtils);
static CSSValue* ConsumeOffsetPath(CSSParserTokenRange&,
- const CSSParserContext*,
- bool);
+ const CSSParserContext*);
static CSSValue* ConsumePathOrNone(CSSParserTokenRange&);
};

Powered by Google App Engine
This is Rietveld 408576698