| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index 0e0067c46f544091fc77a6ba6f4510edfc42bd0d..34d4847773241be3836d8efadf8eb30d5f13232c 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -121,6 +121,10 @@ void RootWindow::SetCursor(gfx::NativeCursor cursor) {
|
| host_->SetCursor(cursor);
|
| }
|
|
|
| +void RootWindow::SetCustomCursor(const gfx::PlatformCursor& cursor) {
|
| + host_->SetCustomCursor(cursor);
|
| +}
|
| +
|
| void RootWindow::ShowCursor(bool show) {
|
| cursor_shown_ = show;
|
| host_->ShowCursor(show);
|
|
|