diff options
Diffstat (limited to 'ash/wm/image_cursors.h')
-rw-r--r-- | ash/wm/image_cursors.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/wm/image_cursors.h b/ash/wm/image_cursors.h index 59c7b82..3f1e609 100644 --- a/ash/wm/image_cursors.h +++ b/ash/wm/image_cursors.h @@ -7,6 +7,7 @@ #include "ash/ash_export.h" #include "base/memory/scoped_ptr.h" +#include "base/string16.h" #include "ui/gfx/native_widget_types.h" namespace gfx { @@ -39,6 +40,9 @@ class ASH_EXPORT ImageCursors { // Sets the platform cursor based on the native type of |cursor|. void SetPlatformCursor(gfx::NativeCursor* cursor); + // Sets the cursor resource module name for non system cursors. + void SetCursorResourceModule(const string16& module_name); + private: scoped_ptr<ui::CursorLoader> cursor_loader_; |