| Index: third_party/WebKit/Source/core/dom/Element.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
|
| index e43db09bbd518d01d25377deb9a0d2ece0af346a..8e41023bf276858e4eea4daa30250bd33005f13a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -105,6 +105,9 @@ interface Element : Node {
|
| readonly attribute long clientWidth;
|
| readonly attribute long clientHeight;
|
|
|
| + // Visual Viewport API.
|
| + [RuntimeEnabled=VisualViewportAPI] readonly attribute VisualViewport? viewport;
|
| +
|
| // Scroll Customization API. See crbug.com/410974 for details.
|
| [RuntimeEnabled=ScrollCustomization] void setApplyScroll(ScrollStateCallback scrollStateCallback, NativeScrollBehavior nativeScrollBehavior);
|
| [RuntimeEnabled=ScrollCustomization] void setDistributeScroll(ScrollStateCallback scrollStateCallback, NativeScrollBehavior nativeScrollBehavior);
|
|
|