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

Unified Diff: chrome/browser/devtools/devtools_sanity_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
Index: chrome/browser/devtools/devtools_sanity_browsertest.cc
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc
index be3a0b2856a910520114a3c4f09a203734d3d129..40f1ffa5f40cfce98010896a826840954388a56f 100644
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc
@@ -1337,7 +1337,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsPixelOutputTests,
DispatchInPageAndWait("waitForEvent", "mousemove");
}
- SimulateMouseClickAt(web_contents, 0, blink::WebPointerProperties::ButtonLeft,
+ SimulateMouseClickAt(web_contents, 0,
+ blink::WebPointerProperties::Button::Left,
gfx::Point(30, 60));
DispatchInPageAndWait("waitForEvent", "click");
« no previous file with comments | « chrome/browser/chromeos/input_method/textinput_test_helper.cc ('k') | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698