| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index d0ee8a6e2523a6946908c339f58cf6fc054cf7c1..5272656e1c7b724957dc202859e31e40bdbc4f05 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -36,6 +36,7 @@
|
| #include "core/events/EventTarget.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| +#include "public/platform/WebFocusType.h"
|
|
|
| // This needs to be here because Element.cpp also depends on it.
|
| #define DUMP_NODE_STATISTICS 0
|
| @@ -476,7 +477,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| SetFlag(flag, kHasEventTargetDataFlag);
|
| }
|
|
|
| - virtual void SetFocused(bool flag);
|
| + virtual void SetFocused(bool flag, WebFocusType);
|
| virtual void SetActive(bool flag = true);
|
| virtual void SetDragged(bool flag);
|
| virtual void SetHovered(bool flag = true);
|
|
|