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

Unified Diff: content/common/cursors/webcursor_unittest.cc

Issue 1927463002: Rename gfx::Display/Screen to display::Display/Screen in content/ (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
« no previous file with comments | « content/common/cursors/webcursor_ozone.cc ('k') | content/common/page_state_serialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cursors/webcursor_unittest.cc
diff --git a/content/common/cursors/webcursor_unittest.cc b/content/common/cursors/webcursor_unittest.cc
index dc9bdd61f7aefbc26716345f1e1f98323a85c445..37a20004fa099c868773fb86439a0594e4c7f27b 100644
--- a/content/common/cursors/webcursor_unittest.cc
+++ b/content/common/cursors/webcursor_unittest.cc
@@ -267,7 +267,7 @@ TEST(WebCursorTest, AlphaConversion) {
#if defined(USE_AURA)
TEST(WebCursorTest, CursorScaleFactor) {
- gfx::Display display;
+ display::Display display;
display.set_device_scale_factor(80.2f);
WebCursor::CursorInfo info;
@@ -309,7 +309,7 @@ TEST(WebCursorTest, UnscaledImageCopy) {
#if defined(OS_WIN)
void ScaleCursor(float scaleFactor, int hotspotX, int hotspotY) {
- gfx::Display display;
+ display::Display display;
display.set_device_scale_factor(scaleFactor);
WebCursor::CursorInfo info;
« no previous file with comments | « content/common/cursors/webcursor_ozone.cc ('k') | content/common/page_state_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698