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

Unified Diff: content/shell/renderer/test_runner/test_plugin.cc

Issue 557863002: Remove references to WebTouchEvent.targetTouches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor tweaks Created 6 years, 3 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
« no previous file with comments | « content/renderer/pepper/event_conversion_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/test_plugin.cc
diff --git a/content/shell/renderer/test_runner/test_plugin.cc b/content/shell/renderer/test_runner/test_plugin.cc
index 2572c4abebcdbed3dabecefa6c72542cb67cef13..4ced6753da6af7ea08db0e9907b8f54130dc63e5 100644
--- a/content/shell/renderer/test_runner/test_plugin.cc
+++ b/content/shell/renderer/test_runner/test_plugin.cc
@@ -99,8 +99,6 @@ void PrintEventDetails(WebTestDelegate* delegate,
const blink::WebTouchEvent& touch =
static_cast<const blink::WebTouchEvent&>(event);
PrintTouchList(delegate, touch.touches, touch.touchesLength);
- PrintTouchList(delegate, touch.changedTouches, touch.changedTouchesLength);
- PrintTouchList(delegate, touch.targetTouches, touch.targetTouchesLength);
} else if (blink::WebInputEvent::isMouseEventType(event.type) ||
event.type == blink::WebInputEvent::MouseWheel) {
const blink::WebMouseEvent& mouse =
« no previous file with comments | « content/renderer/pepper/event_conversion_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698