Chromium Code Reviews| 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; |
|
fs
2017/05/05 10:52:42
Since this has a strong tie to the "...LoadingAsyn
hiroshige
2017/05/08 17:22:07
Done.
|
| + |
| DEFINE_INLINE_VIRTUAL_TRACE() {} |
| }; |