| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 33563cf67ac0e991600baf1ea68af569831b8232..44b8cd32c2857facc0e54c235f84260f480fc672 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -272,6 +272,10 @@
|
| long selectPopupItemStyleFontHeight(Node select, long itemIndex);
|
| void resetTypeAheadSession(HTMLSelectElement select);
|
|
|
| + readonly attribute Node? visibleSelectionAnchorNode;
|
| + readonly attribute unsigned long visibleSelectionAnchorOffset;
|
| + readonly attribute Node? visibleSelectionFocusNode;
|
| + readonly attribute unsigned long visibleSelectionFocusOffset;
|
| [RaisesException] ClientRect selectionBounds();
|
|
|
| boolean loseSharedGraphicsContext3D();
|
|
|