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

Unified Diff: Source/core/css/parser/CSSParserValues.h

Issue 1181023004: Move rem handling out of CSSParserValues.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 5 years, 5 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: Source/core/css/parser/CSSParserValues.h
diff --git a/Source/core/css/parser/CSSParserValues.h b/Source/core/css/parser/CSSParserValues.h
index b3a90dd86b5ff2b69e3f4ff48882be25035f7998..d62ff2eb64cafdb1e8d65d70e59f1c1fb713e2bf 100644
--- a/Source/core/css/parser/CSSParserValues.h
+++ b/Source/core/css/parser/CSSParserValues.h
@@ -77,7 +77,7 @@ public:
: m_current(0)
{
}
- CSSParserValueList(CSSParserTokenRange, bool& usesRemUnits);
+ CSSParserValueList(CSSParserTokenRange);
~CSSParserValueList();
void addValue(const CSSParserValue&);

Powered by Google App Engine
This is Rietveld 408576698