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

Unified Diff: Source/WebCore/html/InputType.h

Issue 14296003: Remove TOUCH_EVENTS and TOUCH_EVENT_TRACKING compile-time flags. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/WebCore/html/InputType.h
diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
index b2144eefafafa54f2f3673add3f0359f3bd9e17c..972eb9284fca0323b6f85494ab0dcc47e3421f86 100644
--- a/Source/WebCore/html/InputType.h
+++ b/Source/WebCore/html/InputType.h
@@ -193,9 +193,7 @@ public:
virtual void handleKeypressEvent(KeyboardEvent*);
virtual void handleKeyupEvent(KeyboardEvent*);
virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*);
-#if ENABLE(TOUCH_EVENTS)
virtual void handleTouchEvent(TouchEvent*);
-#endif
virtual void forwardEvent(Event*);
// Helpers for event handlers.
virtual bool shouldSubmitImplicitly(Event*);
@@ -209,9 +207,7 @@ public:
virtual void accessKeyAction(bool sendMouseEvents);
virtual bool canBeSuccessfulSubmitButton();
virtual void subtreeHasChanged();
-#if ENABLE(TOUCH_EVENTS)
virtual bool hasTouchEventHandler() const;
-#endif
virtual void blur();

Powered by Google App Engine
This is Rietveld 408576698