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

Unified Diff: components/test_runner/event_sender.h

Issue 2227563003: Refactoring button field and its type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix new instances 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
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index 408c5450fb3330670e040f5eea3aaecacc420b1b..4cada6ccc47943b3dc13e60870760866bee3db84 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -296,7 +296,7 @@ class EventSender {
int modifiers_;
PointerState()
- : pressed_button_(blink::WebMouseEvent::ButtonNone)
+ : pressed_button_(blink::WebMouseEvent::Button::NoButton)
, current_buttons_(0)
, last_pos_(blink::WebPoint(0, 0))
, modifiers_(0) { }
« no previous file with comments | « components/printing/test/print_web_view_helper_browsertest.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698