| 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 173502d076901f78386771acdf3bb87b0fe29383..cdc04cb46b58d1644f45a93b955509da27195dc9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -39,8 +39,8 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| +#include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| class SkBitmap;
|
| @@ -58,7 +58,7 @@
|
| class Length;
|
| class Image;
|
|
|
| -class PLATFORM_EXPORT Image : public RefCounted<Image> {
|
| +class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
| friend class GeneratedImage;
|
| friend class CrossfadeGeneratedImage;
|
| friend class GradientGeneratedImage;
|
|
|