summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/WebCore/html/HTMLInputElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/WebCore/html/HTMLInputElement.h')
-rw-r--r--third_party/WebKit/WebCore/html/HTMLInputElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/WebCore/html/HTMLInputElement.h b/third_party/WebKit/WebCore/html/HTMLInputElement.h
index 9f4449c..9170fd1 100644
--- a/third_party/WebKit/WebCore/html/HTMLInputElement.h
+++ b/third_party/WebKit/WebCore/html/HTMLInputElement.h
@@ -61,7 +61,7 @@ public:
virtual bool isKeyboardFocusable(KeyboardEvent*) const;
virtual bool isMouseFocusable() const;
virtual bool isEnumeratable() const { return inputType() != IMAGE; }
- virtual void focus();
+ virtual void focus(bool restorePreviousSelection = true);
virtual void dispatchFocusEvent();
virtual void dispatchBlurEvent();
virtual void updateFocusAppearance(bool restorePreviousSelection = false);