Index: third_party/WebKit/Source/core/html/HTMLAreaElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.h b/third_party/WebKit/Source/core/html/HTMLAreaElement.h |
index 18de31b93270ab9743c57f89441c1135db11f32d..8fe81e83ff4be485de3264d4eb55173feb298221 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h |
@@ -66,7 +66,7 @@ class CORE_EXPORT HTMLAreaElement final : public HTMLAnchorElement { |
bool IsMouseFocusable() const override; |
bool LayoutObjectIsFocusable() const override; |
void UpdateFocusAppearance(SelectionBehaviorOnFocus) override; |
- void SetFocused(bool, WebFocusType) override; |
+ void SetFocused(bool, WebFocusType, Node* common_ancestor = nullptr) override; |
enum Shape { kDefault, kPoly, kRect, kCircle }; |
void InvalidateCachedPath(); |