Index: third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
index 758b63f11e507e067b9d666dd1526afd5545b24b..9c71221fac1a3d5aa5bb0af66424176cce78fdb3 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
@@ -55,6 +55,8 @@ class SVGImageTest : public ::testing::Test { |
void ChangedInRect(const Image*, const IntRect&) override {} |
+ void AsyncLoadCompleted(const blink::Image*) override {} |
+ |
DEFINE_INLINE_VIRTUAL_TRACE() { ImageObserver::Trace(visitor); } |
private: |