Chromium Code Reviews| Index: Source/core/html/shadow/DateTimeNumericFieldElement.h |
| diff --git a/Source/core/html/shadow/DateTimeNumericFieldElement.h b/Source/core/html/shadow/DateTimeNumericFieldElement.h |
| index 9b96fb54e3b59dab2978aec680db63a951ba41fe..b3e9c26182e147372c9d5548d939284454e6a615 100644 |
| --- a/Source/core/html/shadow/DateTimeNumericFieldElement.h |
| +++ b/Source/core/html/shadow/DateTimeNumericFieldElement.h |
| @@ -80,7 +80,7 @@ protected: |
| private: |
| // DateTimeFieldElement functions. |
| - virtual void didBlur() OVERRIDE FINAL; |
| + virtual void setFocus(bool) OVERRIDE FINAL; |
|
tkent
2014/03/31 04:17:08
The above comment says setFocus(bool) is a member
Habib Virji
2014/03/31 09:05:51
Done.
|
| virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE FINAL; |
| virtual float maximumWidth(const Font&) OVERRIDE; |
| virtual void stepDown() OVERRIDE FINAL; |