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

Unified Diff: content/renderer/mus/compositor_mus_connection_unittest.cc

Issue 2270143002: ui/events: Add changed_button_flags_ in ui::PointerEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « no previous file | services/ui/public/cpp/tests/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/compositor_mus_connection_unittest.cc
diff --git a/content/renderer/mus/compositor_mus_connection_unittest.cc b/content/renderer/mus/compositor_mus_connection_unittest.cc
index 13f758006f1f266ca58065ba799defb51c9be51b..e6d813637405f7a982382872c6f3b7d27c7c6548 100644
--- a/content/renderer/mus/compositor_mus_connection_unittest.cc
+++ b/content/renderer/mus/compositor_mus_connection_unittest.cc
@@ -443,7 +443,7 @@ TEST_F(CompositorMusConnectionTest, InputHandlerConsumes) {
TEST_F(CompositorMusConnectionTest, RendererWillNotSendAck) {
ui::TestWindow test_window;
ui::PointerEvent event(
- ui::ET_POINTER_DOWN, gfx::Point(), gfx::Point(), ui::EF_NONE, 0,
+ ui::ET_POINTER_DOWN, gfx::Point(), gfx::Point(), ui::EF_NONE, 0, 0,
ui::PointerDetails(ui::EventPointerType::POINTER_TYPE_MOUSE),
ui::EventTimeForNow());
@@ -468,7 +468,7 @@ TEST_F(CompositorMusConnectionTest, TouchEventConsumed) {
ui::TestWindow test_window;
ui::PointerEvent event(
- ui::ET_POINTER_DOWN, gfx::Point(), gfx::Point(), ui::EF_NONE, 0,
+ ui::ET_POINTER_DOWN, gfx::Point(), gfx::Point(), ui::EF_NONE, 0, 0,
ui::PointerDetails(ui::EventPointerType::POINTER_TYPE_TOUCH),
ui::EventTimeForNow());
« no previous file with comments | « no previous file | services/ui/public/cpp/tests/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698