| Index: ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| index 07e20470730014c917102886664d28fbb2342741..9780f1555be265f1de425735ed4240bfc95dc8bd 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.h
|
| @@ -37,7 +37,8 @@ class VIEWS_EXPORT DesktopNativeCursorManager
|
| scoped_ptr<DesktopCursorLoaderUpdater> cursor_loader_updater);
|
| ~DesktopNativeCursorManager() override;
|
|
|
| - // Builds a cursor and sets the internal platform representation.
|
| + // Builds a cursor and sets the internal platform representation. The return
|
| + // value should not be cached.
|
| gfx::NativeCursor GetInitializedCursor(int type);
|
|
|
| // Adds |host| to the set |hosts_|.
|
|
|