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 123037285900f7a447b601b672ed723f3d0b1886..98fac81bbf5f9412078df6bbd0ed95f73668f623 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.idl |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.idl |
@@ -37,4 +37,7 @@ |
readonly attribute double clientHeight; |
readonly attribute double scale; |
+ |
+ attribute EventHandler onresize; |
+ attribute EventHandler onscroll; |
}; |