| Index: content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_emulator_unittest.cc b/content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| index 101675aff8135ba674a02c5a7ed7025ddc44d976..510a96aef9b3db2968db271b4dfc8f173492fbd6 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| +++ b/content/browser/renderer_host/input/touch_emulator_unittest.cc
|
| @@ -239,7 +239,7 @@ class TouchEmulatorTest : public testing::Test,
|
| void DisableSynchronousTouchAck() { ack_touches_synchronously_ = false; }
|
|
|
| float GetCursorScaleFactor() {
|
| - WebCursor::CursorInfo info;
|
| + CursorInfo info;
|
| cursor_.GetCursorInfo(&info);
|
| return info.image_scale_factor;
|
| }
|
|
|