| Index: content/common/cursors/webcursor_android.cc
|
| diff --git a/content/common/cursors/webcursor_android.cc b/content/common/cursors/webcursor_android.cc
|
| index a932b270ddbc5b408c9d64ef6b46d8de677a4ffb..d1d720e9b7bf31c4d0e2073bba905bcb726041c6 100644
|
| --- a/content/common/cursors/webcursor_android.cc
|
| +++ b/content/common/cursors/webcursor_android.cc
|
| @@ -17,7 +17,7 @@ gfx::NativeCursor WebCursor::GetNativeCursor() {
|
| // In the future when we want to support cursors of various kinds in Aura on
|
| // Android, we should switch to using webcursor_aura rather than add an
|
| // implementation here.
|
| -void WebCursor::SetDisplayInfo(const gfx::Display& display) {
|
| +void WebCursor::SetDisplayInfo(const display::Display& display) {
|
| }
|
| #endif
|
|
|
|
|