| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index fa7cf461eb7c922d8ca4dedd244006a9c203000b..9d2b7140d4427925571cedc71693edcf705615d4 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -24,6 +24,7 @@
|
| #ifndef HTMLImageElement_h
|
| #define HTMLImageElement_h
|
|
|
| +#include "bindings/core/v8/V8GCRoot.h"
|
| #include "core/CoreExport.h"
|
| #include "core/fetch/FetchRequest.h"
|
| #include "core/html/HTMLElement.h"
|
| @@ -41,7 +42,7 @@ class ImageCandidate;
|
| class ShadowRoot;
|
| class ImageBitmapOptions;
|
|
|
| -class CORE_EXPORT HTMLImageElement final : public HTMLElement, public CanvasImageSource, public ImageBitmapSource {
|
| +class CORE_EXPORT HTMLImageElement final : public HTMLElement, public CanvasImageSource, public ImageBitmapSource, public V8GCRoot {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| class ViewportChangeListener;
|
|
|