| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index 11ad30d3a8ab9920a3b7539f607a54e499397448..fc1acd3ed4071f7fb9048198de6aaf5cfa0c14f7 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -26,6 +26,7 @@
|
| #include "core/CSSValueKeywords.h"
|
| #include "core/css/CSSValue.h"
|
| #include "platform/graphics/Color.h"
|
| +#include "wtf/BitVector.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -150,7 +151,10 @@ public:
|
| };
|
|
|
| typedef Vector<double, CSSPrimitiveValue::LengthUnitTypeCount> CSSLengthArray;
|
| + typedef BitVector CSSLengthTypeArray;
|
| +
|
| void accumulateLengthArray(CSSLengthArray&, double multiplier = 1) const;
|
| + void accumulateLengthArray(CSSLengthArray&, CSSLengthTypeArray&, double multiplier = 1) const;
|
|
|
| // This enum follows the BisonCSSParser::Units enum augmented with UNIT_FREQUENCY for frequencies.
|
| enum UnitCategory {
|
|
|