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 94ec6af3d592fef2a76269ee696fa2a1ff74b8c7..d68f0329b6e0fb4a9bf4e5e98ebd26cc7d7fb0e1 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -328,6 +328,9 @@ private: |
CSSPropertyID unresolvedCSSPropertyID(const CSSParserString&); |
CSSValueID cssValueKeywordID(const CSSParserString&); |
+// TODO(rwlbuis): move to CSSPropertyParser.cpp once CSSParserToken conversion is done. |
+void completeBorderRadii(RefPtrWillBeRawPtr<CSSPrimitiveValue> radii[4]); |
+ |
} // namespace blink |
#endif // CSSPropertyParser_h |