| Index: Source/core/css/CSSImageSetValue.h
|
| diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h
|
| index 6fec1e0224634b0802199b6fc80acd738730fa4f..b50d572dbd847111a10212710589ee256c5de29a 100644
|
| --- a/Source/core/css/CSSImageSetValue.h
|
| +++ b/Source/core/css/CSSImageSetValue.h
|
| @@ -29,6 +29,7 @@
|
| #include "core/css/CSSValueList.h"
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
| #include "platform/weborigin/Referrer.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -56,6 +57,7 @@ public:
|
| bool isPending() const { return !m_accessedBestFitImage; }
|
|
|
| struct ImageWithScale {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| String imageURL;
|
| Referrer referrer;
|
| float scaleFactor;
|
|
|