| 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 73211d1e817b7885fedc8e0753846a2c531c65d2..4599ac42a2643181357f208b4f63be0641cec167 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocument.h
|
| @@ -26,14 +26,14 @@
|
| #define ImageDocument_h
|
|
|
| #include "core/html/HTMLDocument.h"
|
| +#include "core/html/HTMLImageElement.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class ImageResource;
|
| -class HTMLImageElement;
|
|
|
| -class ImageDocument final : public HTMLDocument {
|
| +class CORE_EXPORT ImageDocument final : public HTMLDocument {
|
| public:
|
| static PassRefPtrWillBeRawPtr<ImageDocument> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
|
|