| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| index 640aea5e5f415717766b17b543bafd545d2a196b..a11d0013f0acbfa0346854722d1183fe11a597a8 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -27,7 +27,6 @@
|
| #define StyleFetchedImageSet_h
|
|
|
| #include "core/fetch/ImageResourceClient.h"
|
| -#include "core/fetch/ResourcePtr.h"
|
| #include "core/style/StyleImage.h"
|
| #include "platform/geometry/LayoutSize.h"
|
|
|
| @@ -83,7 +82,7 @@ private:
|
|
|
| String debugName() const override { return "StyleFetchedImageSet"; }
|
|
|
| - ResourcePtr<ImageResource> m_bestFitImage;
|
| + RefPtrWillBeMember<ImageResource> m_bestFitImage;
|
| float m_imageScaleFactor;
|
|
|
| RawPtrWillBeMember<CSSImageSetValue> m_imageSetValue; // Not retained; it owns us.
|
|
|