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

Unified Diff: sky/engine/core/css/parser/CSSParserObserver.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/parser/CSSGrammar.y ('k') | sky/engine/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/parser/CSSParserObserver.h
diff --git a/sky/engine/core/css/parser/CSSParserObserver.h b/sky/engine/core/css/parser/CSSParserObserver.h
index 4eb46ecb0bc07f97e33f01fde72530b71e1d3d3d..afc4f6cfc1eb9db3acc814833ee63fe33a608742 100644
--- a/sky/engine/core/css/parser/CSSParserObserver.h
+++ b/sky/engine/core/css/parser/CSSParserObserver.h
@@ -59,7 +59,7 @@ public:
virtual void endRuleBody(unsigned offset, bool error) = 0;
virtual void startEndUnknownRule() = 0;
virtual void startProperty(unsigned offset) = 0;
- virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserError) = 0;
+ virtual void endProperty(bool isParsed, unsigned offset, CSSParserError) = 0;
virtual void startComment(unsigned offset) = 0;
virtual void endComment(unsigned offset) = 0;
};
« no previous file with comments | « sky/engine/core/css/parser/CSSGrammar.y ('k') | sky/engine/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698