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

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

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: with missing files Created 5 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 d79754fa29c1999f12111c0e4a917e21ad1a8a4c..ceb053b3d9264a5381ee73682bbb31a66064e73d 100644
--- a/Source/core/css/CSSCalculationValue.h
+++ b/Source/core/css/CSSCalculationValue.h
@@ -63,6 +63,7 @@ enum CalculationCategory {
CalcAngle,
CalcTime,
CalcFrequency,
+ CalcVariable,
alancutter (OOO until 2018) 2015/06/26 06:56:07 Is this used? Aren't variable references always to
CalcOther
};

Powered by Google App Engine
This is Rietveld 408576698