| Index: third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageObserver.h b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| index ab72e6c3fda028dec2d47cc2bf9e5d6b85ba8a8b..0b585c02e22ec521652716f978890335db2562b6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| @@ -36,7 +36,7 @@ class IntRect;
|
|
|
| // Interface for notification about changes to an image, including decoding,
|
| // drawing, and animating.
|
| -class PLATFORM_EXPORT ImageObserver : public WillBeGarbageCollectedMixin {
|
| +class PLATFORM_EXPORT ImageObserver : public GarbageCollectedMixin {
|
| protected:
|
| virtual ~ImageObserver();
|
| public:
|
|
|