Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h

Issue 1896073002: Make BaseChooserOnlyDateAndTimeInputType a subclass of InputTypeView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h b/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
index cf5ad4f1cb6a5d408170b766e449fa02cbcec37f..5fd31a9bf7525c1cf435f6c68836b0e2dc1d88d3 100644
--- a/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.h
@@ -41,7 +41,7 @@ class CORE_EXPORT BaseClickableWithKeyInputType : public InputType {
public:
static void handleKeydownEvent(HTMLInputElement&, KeyboardEvent*);
static void handleKeypressEvent(HTMLInputElement&, KeyboardEvent*);
- static void handleKeyupEvent(InputType&, KeyboardEvent*);
+ static void handleKeyupEvent(InputTypeView&, KeyboardEvent*);
static void accessKeyAction(HTMLInputElement&, bool sendMouseEvents);
protected:

Powered by Google App Engine
This is Rietveld 408576698