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

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

Issue 2209773002: Remove the blocking touch handlers for the input[type=range] and add touch-action instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: '==' -> '>=' and '==' -> Created 4 years, 4 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/InputTypeView.h
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.h b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
index 572f4647299ed20759706bcdb088547338f3fd82..e5868805415e156a89486c813b40ea6fb2a30d11 100644
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
@@ -35,6 +35,7 @@
#include "core/CoreExport.h"
#include "core/events/EventDispatcher.h"
+#include "core/html/HTMLInputElement.h"
#include "platform/heap/Handle.h"
#include "platform/text/TextDirection.h"
#include "public/platform/WebFocusType.h"
@@ -97,7 +98,7 @@ public:
virtual void handleBlurEvent();
virtual void handleDOMActivateEvent(Event*);
virtual void accessKeyAction(bool sendMouseEvents);
- virtual bool hasTouchEventHandler() const;
+ virtual TouchHandlerType touchEventHandlerType() const;
virtual void blur();
void dispatchSimulatedClickIfActive(KeyboardEvent*) const;

Powered by Google App Engine
This is Rietveld 408576698