| 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 3cb9557a3dccb274120e69a1085f107f7baf79a8..d76c8b19f3d70c121d25c324fc70a3562631d86d 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| @@ -57,7 +57,7 @@ public:
|
| bool isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope&) const;
|
|
|
| Element* adjustedFocusedElement() const;
|
| - Element* adjustedPointerLockElement(const Element&) const;
|
| + Element* retargetElementIfInSameTreeScope(const Element&) const;
|
| Element* getElementById(const AtomicString&) const;
|
| const HeapVector<Member<Element>>& getAllElementsById(const AtomicString&) const;
|
| bool hasElementWithId(const AtomicString& id) const;
|
|
|