| 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 cad7b4bd20235459bc73db5deaa5e37ba5c49862..9db59e31be7174981b6366de99ee9c89e3ae5710 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageObserver.h
|
| @@ -48,6 +48,8 @@ public:
|
|
|
| virtual void changedInRect(const Image*, const IntRect&) = 0;
|
|
|
| + virtual void requireReloading(const Image*) {}
|
| +
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
|
|