Chromium Code Reviews| Index: Source/core/dom/Node.cpp |
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
| index 655897c0fd7614b07c44318fb67f533f1342a440..9d3284eca8b70410298c7dd3504a6c226e1f6303 100644 |
| --- a/Source/core/dom/Node.cpp |
| +++ b/Source/core/dom/Node.cpp |
| @@ -930,6 +930,11 @@ Node* Node::focusDelegate() |
| return this; |
| } |
| +bool Node::shouldHaveFocusAppearance() const |
| +{ |
| + return true; |
| +} |
| + |
| unsigned Node::nodeIndex() const |
| { |
| Node *_tempNode = previousSibling(); |