summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/root_window_host_win.cc')
-rw-r--r--ui/aura/root_window_host_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc
index a4b2e2d..11f0aee 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: