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

Unified Diff: sky/engine/core/css/parser/BisonCSSParser.h

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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: sky/engine/core/css/parser/BisonCSSParser.h
diff --git a/sky/engine/core/css/parser/BisonCSSParser.h b/sky/engine/core/css/parser/BisonCSSParser.h
index 642a7d3b4afbf06e0bf8141d73b61324a2208a40..e3fee7e1ed9f5ca1c4773f0c0ffad8daaf1752e3 100644
--- a/sky/engine/core/css/parser/BisonCSSParser.h
+++ b/sky/engine/core/css/parser/BisonCSSParser.h
@@ -46,7 +46,6 @@
namespace blink {
-class AnimationParseContext;
class CSSBasicShape;
class CSSBasicShapeInset;
class CSSBorderImageSliceValue;
@@ -88,7 +87,6 @@ public:
static StyleColor colorFromRGBColorString(const String&);
static bool parseSystemColor(RGBA32& color, const String&);
static PassRefPtr<CSSValueList> parseFontFaceValue(const AtomicString&);
- static PassRefPtr<CSSValue> parseAnimationTimingFunctionValue(const String&);
bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet);
static PassRefPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*);
bool parseAttributeMatchType(CSSSelector::AttributeMatchType&, const String&);
« no previous file with comments | « sky/engine/core/css/StylePropertyShorthandCustom.cpp ('k') | sky/engine/core/css/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698