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

Unified Diff: Source/core/css/CSSCalculationValue.h

Issue 345903005: calc expressions should support time, angle and frequency values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/CSSCalculationValue.h
diff --git a/Source/core/css/CSSCalculationValue.h b/Source/core/css/CSSCalculationValue.h
index a7678850ffbc1b7cf4191af9c073934fcd4651a3..793bd27c6aac0c5bdb99453e1c690a653d1239a2 100644
--- a/Source/core/css/CSSCalculationValue.h
+++ b/Source/core/css/CSSCalculationValue.h
@@ -60,6 +60,9 @@ enum CalculationCategory {
CalcPercent,
CalcPercentNumber,
CalcPercentLength,
alancutter (OOO until 2018) 2014/07/02 05:56:10 Please add a comment stating that these first few
+ CalcAngle,
+ CalcTime,
+ CalcFrequency,
CalcOther
};

Powered by Google App Engine
This is Rietveld 408576698