| Index: ui/aura/root_window_host_win.cc
|
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
|
| index aa36202931f7687589b404e8eb904feffb1bb69a..f2543c9f185da80ad9a5d2c88e42e5bc48861e81 100644
|
| --- a/ui/aura/root_window_host_win.cc
|
| +++ b/ui/aura/root_window_host_win.cc
|
| @@ -24,6 +24,7 @@ namespace {
|
|
|
| const char* kRootWindowHostWinKey = "__AURA_ROOT_WINDOW_HOST_WIN__";
|
|
|
| +// TODO(mazda): Move the cursor code to ui/base/cursor/cursor_loader_win.{cc,h}.
|
| const wchar_t* GetCursorId(gfx::NativeCursor native_cursor) {
|
| switch (native_cursor.native_type()) {
|
| case ui::kCursorNull:
|
|
|