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..0660003871216e4797db0b6596530f0f58b9f2bc 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 AsyncLoadCompleted(const Image*) = 0; |
+ |
DEFINE_INLINE_VIRTUAL_TRACE() {} |
}; |