Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
index 4f35673a6ca164fd8fd13281334f032b0b654a32..7a1ab9e50109679a315f7f2b7989983e056497ed 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -100,8 +100,7 @@ private: |
bool inShorthand() const { return m_inParseShorthand; } |
bool inQuirksMode() const { return isQuirksModeBehavior(m_context.mode()); } |
- bool parseViewportProperty(CSSPropertyID propId, bool important); |
- bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important); |
+ bool parseViewportDescriptor(CSSPropertyID propId, bool important); |
bool parseFontFaceDescriptor(CSSPropertyID); |
KURL completeURL(const String& url) const; |