| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 01fc2ac62b9849ede2e4d98b0d73447fdedc8672..e5c5aaec361848087d4e54265076ad15ce5e47c9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -37,6 +37,7 @@
|
| #include "core/frame/Deprecation.h"
|
| #include "core/frame/ImageBitmap.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| +#include "core/html/FormAssociated.h"
|
| #include "core/html/HTMLAnchorElement.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| #include "core/html/HTMLFormElement.h"
|
| @@ -891,4 +892,6 @@ IntSize HTMLImageElement::bitmapSourceSize() const {
|
| return IntSize(lSize.width().toInt(), lSize.height().toInt());
|
| }
|
|
|
| +void HTMLImageElement::associateWith(HTMLFormElement*){};
|
| +
|
| } // namespace blink
|
|
|