| 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 e91ca9b92d2f0dc9307dec909434be606825eb9c..f31523156850ea375a6585f57e5179ff83f410d8 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -30,6 +30,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Node.h"
|
| #include "core/html/CollectionType.h"
|
| +#include "public/platform/WebFocusType.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -136,7 +137,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) override;
|
| + void SetFocused(bool, WebFocusType) override;
|
| void FocusStateChanged();
|
| void SetActive(bool = true) override;
|
| void SetDragged(bool) override;
|
|
|