Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| index 5e2c3cdd9ddbd7608d4c208f104f822c2089a0db..4ae66e814098f29288e01bd76c72d364060131e7 100644 |
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| @@ -27,6 +27,7 @@ public: |
| KeywordType, |
| NumberType, |
| PositionType, |
| + ResourceStateType, |
| SimpleLengthType, |
| TokenStreamType, |
| TransformType, |