| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| index a561eb23137b1ff667c398a2666e62cba2350b89..667d4dfad43261af48f57415120476463c610e3e 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
|
| @@ -62,9 +62,9 @@ class CORE_EXPORT CSSStyleImageValue : public CSSResourceValue,
|
|
|
| virtual bool isCachePending() const { return m_imageValue->isCachePending(); }
|
|
|
| - Resource::Status status() const override {
|
| + ResourceStatus status() const override {
|
| if (isCachePending())
|
| - return Resource::Status::NotStarted;
|
| + return ResourceStatus::NotStarted;
|
| return m_imageValue->cachedImage()->cachedImage()->getStatus();
|
| }
|
|
|
|
|