| Index: ui/base/cursor/cursor_loader_x11.cc
|
| diff --git a/ui/base/cursor/cursor_loader_x11.cc b/ui/base/cursor/cursor_loader_x11.cc
|
| index ad6e024972df112cea9a3eb3d43a7ee57dd5a892..7febd85b555b467036d93c592149fa18abf42951 100644
|
| --- a/ui/base/cursor/cursor_loader_x11.cc
|
| +++ b/ui/base/cursor/cursor_loader_x11.cc
|
| @@ -179,7 +179,7 @@ static const struct {
|
| const char* fallback_name;
|
| int fallback_shape;
|
| } kCursorFallbacks[] = {
|
| - { "pointer", "hand", XC_hand1 },
|
| + { "pointer", "hand", XC_hand2 },
|
| { "progress", "left_ptr_watch", XC_watch },
|
| { "wait", nullptr, XC_watch },
|
| { "cell", nullptr, XC_plus },
|
|
|