summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/style_property_serializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/style_property_serializer.h')
-rw-r--r--chromium/third_party/blink/renderer/core/css/style_property_serializer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/style_property_serializer.h b/chromium/third_party/blink/renderer/core/css/style_property_serializer.h
index 4d214d695a5..70729bae821 100644
--- a/chromium/third_party/blink/renderer/core/css/style_property_serializer.h
+++ b/chromium/third_party/blink/renderer/core/css/style_property_serializer.h
@@ -60,6 +60,7 @@ class StylePropertySerializer {
bool AppendFontLonghandValueIfNotNormal(const CSSProperty&,
StringBuilder& result) const;
String OffsetValue() const;
+ String TextDecorationValue() const;
String BackgroundRepeatPropertyValue() const;
String GetPropertyText(const CSSProperty&,
const String& value,
@@ -129,7 +130,7 @@ class StylePropertySerializer {
const CSSValue* GetPropertyCSSValue(const CSSProperty&) const;
bool IsDescriptorContext() const;
- void Trace(Visitor*);
+ void Trace(Visitor*) const;
private:
bool HasExpandedAllProperty() const {