| 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 01e7f062064d3744975db2e6d09966094565a27f..21c2056839be66e681b82a0cf47279dbaceffb83 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
|
| @@ -80,6 +80,8 @@ public:
|
| private:
|
| StyleFetchedImageSet(ImageResource*, float imageScaleFactor, CSSImageSetValue*);
|
|
|
| + String debugName() const override { return "StyleFetchedImageSet"; }
|
| +
|
| ResourcePtr<ImageResource> m_bestFitImage;
|
| float m_imageScaleFactor;
|
|
|
|
|