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

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

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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.cpp
diff --git a/Source/core/events/TouchEvent.cpp b/Source/core/events/TouchEvent.cpp
index d064db1a6c98436166495eda847ca5629a784b4a..f18f92ed28e621bb86b1aec17ba5b6b655c1a6e1 100644
--- a/Source/core/events/TouchEvent.cpp
+++ b/Source/core/events/TouchEvent.cpp
@@ -134,6 +134,7 @@ TouchEvent& TouchEventDispatchMediator::event() const
bool TouchEventDispatchMediator::dispatchEvent(EventDispatcher& dispatcher) const
{
+ fprintf(stderr, "mDebug %s:%d\n", __FILE__, __LINE__);
Rick Byers 2015/05/25 18:24:26 remove this of course...
mustaq 2015/05/26 15:00:09 Done.
event().eventPath().adjustForTouchEvent(event());
return dispatcher.dispatch();
}

Powered by Google App Engine
This is Rietveld 408576698