| 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;
|
|
|