| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index b91538efcfaa7eb5ae14c5775966265e5ac000d0..1200dd98b24647c6dbfd970535d5ba29489937d5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -2347,7 +2347,7 @@ HTMLSlotElement* Node::assignedSlotForBinding() {
|
| return nullptr;
|
| }
|
|
|
| -void Node::SetFocused(bool flag) {
|
| +void Node::SetFocused(bool flag, WebFocusType focus_type) {
|
| GetDocument().UserActionElements().SetFocused(this, flag);
|
| }
|
|
|
|
|