Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h |
index 8114f109d8c801d1bc92f3468ce75f1dda864502..d27dd0d8d5c4933b4f3f7854a26acaf01db6726e 100644 |
--- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h |
@@ -107,6 +107,8 @@ public: |
Calc, |
CalcPercentageWithNumber, |
CalcPercentageWithLength, |
+ CalcLengthWithNumber, |
+ CalcPercentageWithLengthAndNumber, |
ValueID, |
// This value is used to handle quirky margins in reflow roots (body, td, and th) like WinIE. |