| 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 4578bf547d46607abb96219260cf2c4dc29f5499..690fde99fc02728393f4de9e98f4927d1613061d 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMVisualViewport.h
|
| @@ -63,6 +63,9 @@ public:
|
| double clientHeight();
|
| double scale();
|
|
|
| + DEFINE_ATTRIBUTE_EVENT_LISTENER(resize);
|
| + DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
|
| +
|
| private:
|
| explicit DOMVisualViewport(LocalDOMWindow*);
|
|
|
|
|