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 8a59d93099a9ad2b3d64858f03d0b30d7918a0db..59cfe514f077841246c2b359aebe431e3e6c0ece 100644 |
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp |
@@ -54,6 +54,8 @@ class SVGImageTest : public ::testing::Test { |
void changedInRect(const Image*, const IntRect&) override {} |
+ void loadCompleted(const blink::Image*) override {} |
+ |
DEFINE_INLINE_VIRTUAL_TRACE() { ImageObserver::trace(visitor); } |
private: |