| 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 45b52bc300033a057dd09d7daaf6e97fc1f38af5..8ba8c83ef864e70200f4ca9e5575ae7ec85c88df 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -43,6 +43,7 @@ class ImageBitmapOptions;
|
|
|
| class CORE_EXPORT HTMLImageElement final : public HTMLElement, public CanvasImageSource, public ImageBitmapSource, public ActiveScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| + USING_GARBAGE_COLLECTED_MIXIN(HTMLImageElement);
|
| public:
|
| class ViewportChangeListener;
|
|
|
|
|