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

Unified Diff: sky/engine/core/css/PropertySetCSSStyleDeclaration.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
« no previous file with comments | « sky/engine/core/css/FontFaceSet.cpp ('k') | sky/engine/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/PropertySetCSSStyleDeclaration.h
diff --git a/sky/engine/core/css/PropertySetCSSStyleDeclaration.h b/sky/engine/core/css/PropertySetCSSStyleDeclaration.h
index 75d6c4ed2da6ff3f1b2677f770f8ca4a1a39c2ad..d3bc8c9d3d009b92b01fe317ec9881fe20ad68f4 100644
--- a/sky/engine/core/css/PropertySetCSSStyleDeclaration.h
+++ b/sky/engine/core/css/PropertySetCSSStyleDeclaration.h
@@ -49,7 +49,6 @@ private:
virtual String item(unsigned index) const override final;
virtual PassRefPtr<CSSValue> getPropertyCSSValue(const String& propertyName) override final;
virtual String getPropertyValue(const String& propertyName) override final;
- virtual String getPropertyPriority(const String& propertyName) override final;
virtual String getPropertyShorthand(const String& propertyName) override final;
virtual bool isPropertyImplicit(const String& propertyName) override final;
virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) override final;
@@ -58,7 +57,7 @@ private:
virtual void setCSSText(const String&, ExceptionState&) override final;
virtual PassRefPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override final;
virtual String getPropertyValueInternal(CSSPropertyID) override final;
- virtual void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override final;
+ virtual void setPropertyInternal(CSSPropertyID, const String& value, ExceptionState&) override final;
virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const override final;
virtual PassRefPtr<MutableStylePropertySet> copyProperties() const override final;
« no previous file with comments | « sky/engine/core/css/FontFaceSet.cpp ('k') | sky/engine/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698