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

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

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/MediaQueryList.h ('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 d3bc8c9d3d009b92b01fe317ec9881fe20ad68f4..35437378bfc302e5cada25811423e6f2c79b83be 100644
--- a/sky/engine/core/css/PropertySetCSSStyleDeclaration.h
+++ b/sky/engine/core/css/PropertySetCSSStyleDeclaration.h
@@ -51,7 +51,7 @@ private:
virtual String getPropertyValue(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;
+ virtual void setProperty(const String& propertyName, const String& value, ExceptionState&) override final;
virtual String removeProperty(const String& propertyName, ExceptionState&) override final;
virtual String cssText() const override final;
virtual void setCSSText(const String&, ExceptionState&) override final;
« no previous file with comments | « sky/engine/core/css/MediaQueryList.h ('k') | sky/engine/core/css/PropertySetCSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698