Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: sky/engine/core/css/StylePropertySerializer.h

Issue 860423004: Remove css !important (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/core/css/StylePropertySerializer.h
diff --git a/sky/engine/core/css/StylePropertySerializer.h b/sky/engine/core/css/StylePropertySerializer.h
index fdfd712d22c0a7b409475a443179376cab7270b8..f8948e773598f1bec174bb7c312488fc9c6e9430 100644
--- a/sky/engine/core/css/StylePropertySerializer.h
+++ b/sky/engine/core/css/StylePropertySerializer.h
@@ -46,7 +46,7 @@ private:
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;
+ String getPropertyText(CSSPropertyID, const String& value, bool isNotFirstDecl) const;
bool isPropertyShorthandAvailable(const StylePropertyShorthand&) const;
bool shorthandHasOnlyInitialOrInheritedValue(const StylePropertyShorthand&) const;
void appendBackgroundPropertyAsText(StringBuilder& result, unsigned& numDecls) const;
« no previous file with comments | « sky/engine/core/css/PropertySetCSSStyleDeclaration.cpp ('k') | sky/engine/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698