| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index 48849dc086a3c0564e2edce95846c989ee871e8c..e0d42cc6b628753b005ca34a1076bf5819d7a511 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -417,6 +417,10 @@ class Internals final : public GarbageCollected<Internals>,
|
| int selectPopupItemStyleFontHeight(Node*, int);
|
| void resetTypeAheadSession(HTMLSelectElement*);
|
|
|
| + Node* visibleSelectionAnchorNode();
|
| + unsigned visibleSelectionAnchorOffset();
|
| + Node* visibleSelectionFocusNode();
|
| + unsigned visibleSelectionFocusOffset();
|
| ClientRect* selectionBounds(ExceptionState&);
|
|
|
| bool loseSharedGraphicsContext3D();
|
|
|