| Index: third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| index bf7b62f3e7e444f901dc301ecf4e164b9e915fed..2d3a1b508ecf51394124ee6055b36913d5eb5e52 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| @@ -65,9 +65,6 @@ public:
|
| double clientHeight();
|
| double scale();
|
|
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(resize);
|
| - DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
|
| -
|
| private:
|
| explicit DOMVisualViewport(LocalDOMWindow*);
|
|
|
|
|