| Index: Source/core/html/forms/InputType.h
|
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
|
| index e33b8645c4da11187eb6eb0cb4a2a3b6e3753bca..ced8d1a1be21c997dd1fe432c41d483491da0c05 100644
|
| --- a/Source/core/html/forms/InputType.h
|
| +++ b/Source/core/html/forms/InputType.h
|
| @@ -155,7 +155,6 @@ public:
|
|
|
| virtual bool isKeyboardFocusable() const;
|
| virtual bool shouldShowFocusRingOnMouseFocus() const;
|
| - virtual bool shouldUseInputMethod() const;
|
| virtual void enableSecureTextInput();
|
| virtual void disableSecureTextInput();
|
| virtual void accessKeyAction(bool sendMouseEvents);
|
|
|