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 a4b2e2db3df7987ae02c7a6c1ab0730135040819..11f0aee61aff639d5280ecccad158257f9cbc920 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: |