| Index: third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.idl b/third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| index d05c42e68d81647c8616ba43f15af1316fd06b91..dbca4fe5ed224dd961bd96bd72829e1bd1f351f9 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.idl
|
| @@ -29,7 +29,7 @@
|
| [
|
| RuntimeEnabled=VisualViewportAPI,
|
| ImplementedAs=DOMVisualViewport,
|
| -] interface VisualViewport {
|
| +] interface VisualViewport : EventTarget {
|
| attribute double scrollTop;
|
| attribute double scrollLeft;
|
|
|
|
|