| 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..953d313cc9874ade8137bcd3b411e52c5d7e4631 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.h
|
| @@ -107,6 +107,7 @@ protected:
|
| HTMLElement(const QualifiedName& tagName, Document&, ConstructionType);
|
|
|
| void addHTMLLengthToStyle(MutableStylePropertySet*, CSSPropertyID, const String& value);
|
| + static bool parseColorWithLegacyRules(const String& attributeValue, Color& parsedColor);
|
| void addHTMLColorToStyle(MutableStylePropertySet*, CSSPropertyID, const String& color);
|
|
|
| void applyAlignmentAttributeToStyle(const AtomicString&, MutableStylePropertySet*);
|
|
|