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

Unified Diff: Source/core/events/TouchEvent.h

Issue 273503004: Add console warning for canceling uncancelable TouchEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include event type in log message for added clarity Created 6 years, 7 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/events/TouchEvent.h
diff --git a/Source/core/events/TouchEvent.h b/Source/core/events/TouchEvent.h
index b33060dcc7439d2c5fe29f58cb70e0c703aeeea6..b384b14e52d49448edf7a20688c86bf6d8cc3d3d 100644
--- a/Source/core/events/TouchEvent.h
+++ b/Source/core/events/TouchEvent.h
@@ -70,6 +70,8 @@ public:
virtual const AtomicString& interfaceName() const OVERRIDE;
+ virtual void preventDefault() OVERRIDE;
+
virtual void trace(Visitor*) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698