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

Unified Diff: chrome/test/remoting/remote_desktop_browsertest.cc

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
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | components/printing/test/print_web_view_helper_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/remote_desktop_browsertest.cc
diff --git a/chrome/test/remoting/remote_desktop_browsertest.cc b/chrome/test/remoting/remote_desktop_browsertest.cc
index fbbdd171b290623502a4b71eca0dca682d3b0063..c0609a6541fd0bb826123018c3c7d8e4deac88e9 100644
--- a/chrome/test/remoting/remote_desktop_browsertest.cc
+++ b/chrome/test/remoting/remote_desktop_browsertest.cc
@@ -442,7 +442,7 @@ void RemoteDesktopBrowserTest::SimulateStringInput(const std::string& input) {
}
void RemoteDesktopBrowserTest::SimulateMouseLeftClickAt(int x, int y) {
- SimulateMouseClickAt(0, blink::WebMouseEvent::ButtonLeft, x, y);
+ SimulateMouseClickAt(0, blink::WebMouseEvent::Button::Left, x, y);
}
void RemoteDesktopBrowserTest::SimulateMouseClickAt(
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | components/printing/test/print_web_view_helper_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698