Index: third_party/WebKit/Source/core/html/HTMLElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h |
index de36fa875214e85d446f253999ce37b59a8113f5..3319af8725dc1bab664a7ff28eb1e47474d933bb 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h |
@@ -113,6 +113,7 @@ protected: |
void applyBorderAttributeToStyle(const AtomicString&, MutableStylePropertySet*); |
void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override; |
+ static bool parseColorWithLegacyRules(const String& attributeValue, Color& parsedColor); |
bool isPresentationAttribute(const QualifiedName&) const override; |
void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override; |
unsigned parseBorderWidthAttribute(const AtomicString&) const; |