Index: Source/core/css/parser/BisonCSSParser.h |
diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h |
index 7269bae64f8ec39824a87c1ba792f3cf16d0786e..d440eb892b279417c600f148b53e5227bd326694 100644 |
--- a/Source/core/css/parser/BisonCSSParser.h |
+++ b/Source/core/css/parser/BisonCSSParser.h |
@@ -47,14 +47,9 @@ |
namespace blink { |
-class AnimationParseContext; |
-class CSSBorderImageSliceValue; |
-class CSSPrimitiveValue; |
class CSSSelectorList; |
class CSSValue; |
class CSSValueList; |
-class CSSBasicShape; |
-class CSSBasicShapeInset; |
class Document; |
class Element; |
class ImmutableStylePropertySet; |
@@ -63,12 +58,10 @@ class MediaQuerySet; |
class MutableStylePropertySet; |
class StyleColor; |
class StyleKeyframe; |
-class StylePropertyShorthand; |
class StyleRuleBase; |
class StyleRuleKeyframes; |
class StyleKeyframe; |
class StyleSheetContents; |
-class UseCounter; |
// FIXME: This class is shared with CSSTokenizer so should we rename it to CSSSourceLocation? |
struct CSSParserLocation { |