| Index: sky/engine/core/dom/Element.idl
|
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
|
| index 943b3a8f177e715717fbcaa5957e339a32bad249..4c82f5bb5dcc00b93eed265466ab5583594d9fda 100644
|
| --- a/sky/engine/core/dom/Element.idl
|
| +++ b/sky/engine/core/dom/Element.idl
|
| @@ -58,9 +58,6 @@
|
|
|
| void focus();
|
| void blur();
|
| - void scrollIntoView(optional boolean alignWithTop);
|
| -
|
| - [MeasureAs=ElementScrollIntoViewIfNeeded] void scrollIntoViewIfNeeded(optional boolean centerIfNeeded);
|
|
|
| [PerWorldBindings] readonly attribute DOMTokenList classList;
|
|
|
|
|