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

Unified Diff: Source/core/html/HTMLInputElement.h

Issue 406213002: If the media controls are visible they should always grab clicks (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing comment Created 6 years, 5 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/HTMLInputElement.h
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
index af8ffba811b914cb7bfdb4175fe202f08533a584..9745033e60c10f18347c61a6d6558eb7211b6d2c 100644
--- a/Source/core/html/HTMLInputElement.h
+++ b/Source/core/html/HTMLInputElement.h
@@ -273,6 +273,7 @@ protected:
HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser);
virtual void defaultEventHandler(Event*) OVERRIDE;
+ virtual void* preDispatchEventHandler(Event*) OVERRIDE;
private:
enum AutoCompleteSetting { Uninitialized, On, Off };
@@ -327,7 +328,6 @@ private:
virtual void resetImpl() OVERRIDE FINAL;
virtual bool supportsAutofocus() const OVERRIDE FINAL;
- virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL;
virtual void postDispatchEventHandler(Event*, void* dataFromPreDispatch) OVERRIDE FINAL;
virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
« no previous file with comments | « no previous file | Source/core/html/shadow/MediaControlElementTypes.h » ('j') | Source/core/html/shadow/MediaControlElementTypes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698