| 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 d6b0daa597777f981cc78ce3c77951f88f21b36b..76dff4c8474082c86f40567ab742556d0c0b8528 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() {}
|
| };
|
|
|
|
|