| 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 1513f8f80ce413d59e63209f2cd93819ff8007d1..0659add9e15e2f0dd0f218f7fa1404c1a888e86e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.h
|
| @@ -56,7 +56,7 @@ private:
|
| bool isKeyboardFocusable() const override;
|
| bool isMouseFocusable() const override;
|
| bool layoutObjectIsFocusable() const override;
|
| - void updateFocusAppearance(bool /*restorePreviousSelection*/) override;
|
| + void updateFocusAppearance(SelectionBehaviorOnFocus) override;
|
| void setFocus(bool) override;
|
|
|
| enum Shape { Default, Poly, Rect, Circle, Unknown };
|
|
|