| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index b3e30393625359732fc2ccdc13bc52726a25714f..803574a722e30b6e279d62463dbac3c0a14105cd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -57,7 +57,7 @@ class FloatSize;
|
| class GraphicsContext;
|
| class Image;
|
|
|
| -class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
| +class PLATFORM_EXPORT Image : public RefCounted<Image> {
|
| friend class GeneratedImage;
|
| friend class CrossfadeGeneratedImage;
|
| friend class GradientGeneratedImage;
|
|
|