| 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..de93b4ec11050ee86ed91b83d4a6a738415b0ba1 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 LoadCompleted(const blink::Image*) override {}
|
| +
|
| DEFINE_INLINE_VIRTUAL_TRACE() { ImageObserver::Trace(visitor); }
|
|
|
| private:
|
|
|