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

Unified Diff: third_party/WebKit/Source/core/input/PointerEventManager.cpp

Issue 2844823002: Support Coalesced Touch in ppapi (Closed)
Patch Set: Support Coalesced Touch in ppapi Created 3 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: third_party/WebKit/Source/core/input/PointerEventManager.cpp
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.cpp b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
index 3008398da7fec124070ee00ff75e309bcb4053fd..745d0afcbeb6244f0778f1b4fea144048135eac1 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.cpp
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.cpp
@@ -318,7 +318,8 @@ WebInputEventResult PointerEventManager::HandleTouchEvents(
DispatchTouchPointerEvents(event, coalesced_events, touch_infos);
- return touch_event_manager_->HandleTouchEvent(event, touch_infos);
+ return touch_event_manager_->HandleTouchEvent(event, coalesced_events,
+ touch_infos);
}
void PointerEventManager::ComputeTouchTargets(
« no previous file with comments | « third_party/WebKit/Source/core/events/TouchEventTest.cpp ('k') | third_party/WebKit/Source/core/input/TouchEventManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698