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

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

Issue 934163004: Modernize coding style in core/html/forms/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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: Source/core/html/forms/BaseClickableWithKeyInputType.h
diff --git a/Source/core/html/forms/BaseClickableWithKeyInputType.h b/Source/core/html/forms/BaseClickableWithKeyInputType.h
index 0ca728071ace58de2d85b461fa5f6da127514014..a4d41bb19ed04e6df195f04baea189d16663429e 100644
--- a/Source/core/html/forms/BaseClickableWithKeyInputType.h
+++ b/Source/core/html/forms/BaseClickableWithKeyInputType.h
@@ -47,10 +47,10 @@ protected:
BaseClickableWithKeyInputType(HTMLInputElement& element) : InputType(element) { }
private:
- virtual void handleKeydownEvent(KeyboardEvent*) override;
- virtual void handleKeypressEvent(KeyboardEvent*) override;
- virtual void handleKeyupEvent(KeyboardEvent*) override;
- virtual void accessKeyAction(bool sendMouseEvents) override;
+ void handleKeydownEvent(KeyboardEvent*) override;
+ void handleKeypressEvent(KeyboardEvent*) override;
+ void handleKeyupEvent(KeyboardEvent*) override;
+ void accessKeyAction(bool sendMouseEvents) override;
};
} // namespace blink
« no previous file with comments | « Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h ('k') | Source/core/html/forms/BaseDateAndTimeInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698