| 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 a79d219267fab6b08d05940da11882525f301345..8a94c1a92900b5847e21ce560b2defb353196f09 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| @@ -48,6 +48,9 @@ class PLATFORM_EXPORT ImageObserver : public GarbageCollectedMixin {
|
|
|
| virtual void ChangedInRect(const Image*, const IntRect&) = 0;
|
|
|
| + // See the comment of Image::setData().
|
| + virtual void LoadCompleted(const Image*) = 0;
|
| +
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
| };
|
|
|
|
|