| 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 c0bbbc92c68cd58e260a364447a2f2eee8447558..227b074c951f6e16a57d21e88d4765bd5d6c56b9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.idl
|
| +++ b/third_party/WebKit/Source/core/dom/Element.idl
|
| @@ -95,6 +95,8 @@ interface Element : Node {
|
| ClientRectList getClientRects();
|
| ClientRect getBoundingClientRect();
|
|
|
| + // TODO(sunyunjia): Add default value for scrollIntoView() once
|
| + // crbug.com/734599 is fixed.
|
| void scrollIntoView(optional (ScrollIntoViewOptions or boolean) arg);
|
| [RuntimeEnabled=CSSOMSmoothScroll, ImplementedAs=scrollTo] void scroll(optional ScrollToOptions options);
|
| [RuntimeEnabled=CSSOMSmoothScroll, ImplementedAs=scrollTo] void scroll(unrestricted double x, unrestricted double y);
|
|
|