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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_aura.cc

Issue 2348183003: Test synthetic pointer action on pointer event tests (Closed)
Patch Set: Created 4 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
Index: content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
index 5715ca74661001f9094e47cf703b766cca449ba1..b51555e7305ddfceadd845596c785851fe4d9a85 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
@@ -124,7 +124,7 @@ int WebMouseEventButtonToFlags(blink::WebMouseEvent::Button button) {
return ui::EF_RIGHT_MOUSE_BUTTON;
default:
- NOTREACHED();
+ break;
}
return 0;

Powered by Google App Engine
This is Rietveld 408576698