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

Unified Diff: chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc

Issue 1920263003: Rename gfx::Display/Screen to display::Display/Screen in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/chromeos/input_method/mode_indicator_browsertest.cc
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
index 37b9069e1b8b979e21116ba8cb1b21cf13b01ae9..32a691e5ce0548dda672a5b61eace7a2f04ad89f 100644
--- a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
+++ b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
@@ -171,8 +171,9 @@ IN_PROC_BROWSER_TEST_F(ModeIndicatorBrowserTest, Bounds) {
EXPECT_EQ(mi1_bounds.width(), mi2_bounds.width());
EXPECT_EQ(mi1_bounds.height(), mi2_bounds.height());
- const gfx::Rect screen_bounds =
- gfx::Screen::GetScreen()->GetDisplayMatching(cursor1_bounds).work_area();
+ const gfx::Rect screen_bounds = display::Screen::GetScreen()
+ ->GetDisplayMatching(cursor1_bounds)
+ .work_area();
// Check if the location of the mode indicator is concidered with
// the screen size.
« no previous file with comments | « chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc ('k') | chrome/browser/chromeos/login/helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698