| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
|
| index 939e40bb321ec4f651cfb79d70f97b9b6326eacb..40a261357dd6dde5a3fb5f8c03286fbeba1b3ae5 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValueTest.cpp
|
| @@ -23,7 +23,7 @@ class FakeCSSStyleImageValue : public CSSStyleImageValue {
|
| LayoutSize ImageLayoutSize() const override { return layout_size_; }
|
|
|
| CSSValue* ToCSSValue() const override { return nullptr; }
|
| - StyleValueType GetType() const override { return kUnknown; }
|
| + StyleValueType GetType() const override { return kUnknownType; }
|
|
|
| private:
|
| bool cache_pending_;
|
|
|