| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 7135f6e61fda2f3f47ddd673b465cdfc0c14b7b4..06403d286a5b389a602dad06b7196be1e646e2b0 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -138,7 +138,7 @@ class CORE_EXPORT ContainerNode : public Node {
|
| void AttachLayoutTree(const AttachContext& = AttachContext()) override;
|
| void DetachLayoutTree(const AttachContext& = AttachContext()) override;
|
| LayoutRect BoundingBox() const final;
|
| - void SetFocused(bool, WebFocusType) override;
|
| + void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) override;
|
| void FocusStateChanged();
|
| void FocusWithinStateChanged();
|
| void SetActive(bool = true) override;
|
|
|