| Index: third_party/WebKit/Source/core/html/ImageDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/ImageDocument.h b/third_party/WebKit/Source/core/html/ImageDocument.h
|
| index ed05b582602e98dfd033d1912a98bdd27aafa6dc..a761bf5d6e9d115a21a5a81adcc2f3c53dca90d5 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocument.h
|
| @@ -47,6 +47,7 @@ class CORE_EXPORT ImageDocument final : public HTMLDocument {
|
| void windowSizeChanged();
|
| void imageUpdated();
|
| void imageClicked(int x, int y);
|
| + void finishedParsing() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|