| Index: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| index a348066de62a5d01bef7781c98fc176ecd14ebe4..34a53a8f428b461d2c2bee625a0a4e3c973a7763 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
|
| @@ -18,4 +18,7 @@
|
| sequence<Element> elementsFromPoint(long x, long y);
|
| readonly attribute Element? activeElement;
|
| [SameObject] readonly attribute StyleSheetList styleSheets;
|
| + // PointerLock API
|
| + // https://w3c.github.io/pointerlock/
|
| + readonly attribute Element? pointerLockElement;
|
| };
|
|
|