| Index: third_party/WebKit/Source/core/dom/TreeScope.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScope.h b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| index ce83da53b39f5a1119775f440d9b9b5b91e99cb6..3cb9557a3dccb274120e69a1085f107f7baf79a8 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| @@ -57,6 +57,7 @@ public:
|
| bool isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope&) const;
|
|
|
| Element* adjustedFocusedElement() const;
|
| + Element* adjustedPointerLockElement(const Element&) const;
|
| Element* getElementById(const AtomicString&) const;
|
| const HeapVector<Member<Element>>& getAllElementsById(const AtomicString&) const;
|
| bool hasElementWithId(const AtomicString& id) const;
|
|
|