summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h b/chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h
index 55d1027b5bd..ed9bc6ab478 100644
--- a/chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h
+++ b/chromium/third_party/WebKit/Source/core/css/StylePropertySerializer.h
@@ -45,6 +45,11 @@ private:
String getShorthandValue(const StylePropertyShorthand&) const;
String fontValue() const;
void appendFontLonghandValueIfExplicit(CSSPropertyID, StringBuilder& result, String& value) const;
+ String backgroundRepeatPropertyValue() const;
+ String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
+ bool isPropertyShorthandAvailable(const StylePropertyShorthand&) const;
+ bool shorthandHasOnlyInitialOrInheritedValue(const StylePropertyShorthand&) const;
+ void appendBackgroundPropertyAsText(StringBuilder& result, unsigned& numDecls) const;
const StylePropertySet& m_propertySet;
};