diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 18:25:39 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 18:25:39 +0000 |
commit | b54987703b0a5f7b1dcc192ae7e1e124cabe2da9 (patch) | |
tree | e7b23a116e9dad7fcb55c491d9c3a4f80789dcf3 /ui/resources | |
parent | b2c1359a216039e87c6b1b0d322576b30faa7019 (diff) | |
download | chromium_src-b54987703b0a5f7b1dcc192ae7e1e124cabe2da9.zip chromium_src-b54987703b0a5f7b1dcc192ae7e1e124cabe2da9.tar.gz chromium_src-b54987703b0a5f7b1dcc192ae7e1e124cabe2da9.tar.bz2 |
Aura: Adds custom cursors for drag and drop.
BUG=121135
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10316019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/aura/left_ptr_copy.png | bin | 0 -> 761 bytes | |||
-rw-r--r-- | ui/resources/aura/left_ptr_copy_2x.png | bin | 0 -> 1552 bytes | |||
-rw-r--r-- | ui/resources/aura/left_ptr_nodrop.png | bin | 0 -> 829 bytes | |||
-rw-r--r-- | ui/resources/aura/left_ptr_nodrop_2x.png | bin | 0 -> 1582 bytes | |||
-rw-r--r-- | ui/resources/ui_resources_2x.grd | 2 | ||||
-rw-r--r-- | ui/resources/ui_resources_standard.grd | 2 | ||||
-rw-r--r-- | ui/resources/ui_resources_touch.grd | 2 |
7 files changed, 6 insertions, 0 deletions
diff --git a/ui/resources/aura/left_ptr_copy.png b/ui/resources/aura/left_ptr_copy.png Binary files differnew file mode 100644 index 0000000..c3af464 --- /dev/null +++ b/ui/resources/aura/left_ptr_copy.png diff --git a/ui/resources/aura/left_ptr_copy_2x.png b/ui/resources/aura/left_ptr_copy_2x.png Binary files differnew file mode 100644 index 0000000..7591cdb --- /dev/null +++ b/ui/resources/aura/left_ptr_copy_2x.png diff --git a/ui/resources/aura/left_ptr_nodrop.png b/ui/resources/aura/left_ptr_nodrop.png Binary files differnew file mode 100644 index 0000000..cf99adb --- /dev/null +++ b/ui/resources/aura/left_ptr_nodrop.png diff --git a/ui/resources/aura/left_ptr_nodrop_2x.png b/ui/resources/aura/left_ptr_nodrop_2x.png Binary files differnew file mode 100644 index 0000000..294680d --- /dev/null +++ b/ui/resources/aura/left_ptr_nodrop_2x.png diff --git a/ui/resources/ui_resources_2x.grd b/ui/resources/ui_resources_2x.grd index fc13cd6..f5674d8 100644 --- a/ui/resources/ui_resources_2x.grd +++ b/ui/resources/ui_resources_2x.grd @@ -78,6 +78,8 @@ <include name="IDR_AURA_WINDOW_SNAP_MINIMIZE_P" file="aura/window_snap_minimize_p.png" type="BINDATA" /> <include name="IDR_AURA_WINDOW_SNAP_P" file="aura/window_snap_p.png" type="BINDATA" /> <include name="IDR_AURA_WINDOW_SNAP_RIGHT_P" file="aura/window_snap_right_p.png" type="BINDATA" /> + <include name="IDR_AURA_CURSOR_NO_DROP" file="aura/left_ptr_nodrop_2x.png" type="BINDATA" /> + <include name="IDR_AURA_CURSOR_COPY" file="aura/left_ptr_copy_2x.png" type="BINDATA" /> </if> </includes> </release> diff --git a/ui/resources/ui_resources_standard.grd b/ui/resources/ui_resources_standard.grd index 926779e..d63dc98 100644 --- a/ui/resources/ui_resources_standard.grd +++ b/ui/resources/ui_resources_standard.grd @@ -75,6 +75,8 @@ <include name="IDR_AURA_WINDOW_SNAP_MINIMIZE_P" file="aura/window_snap_minimize_p.png" type="BINDATA" /> <include name="IDR_AURA_WINDOW_SNAP_P" file="aura/window_snap_p.png" type="BINDATA" /> <include name="IDR_AURA_WINDOW_SNAP_RIGHT_P" file="aura/window_snap_right_p.png" type="BINDATA" /> + <include name="IDR_AURA_CURSOR_NO_DROP" file="aura/left_ptr_nodrop.png" type="BINDATA" /> + <include name="IDR_AURA_CURSOR_COPY" file="aura/left_ptr_copy.png" type="BINDATA" /> </if> </includes> </release> diff --git a/ui/resources/ui_resources_touch.grd b/ui/resources/ui_resources_touch.grd index 59eb2a2c..a21b0ce 100644 --- a/ui/resources/ui_resources_touch.grd +++ b/ui/resources/ui_resources_touch.grd @@ -75,6 +75,8 @@ <include name="IDR_AURA_WINDOW_SNAP_MINIMIZE_P" file="aura/window_snap_minimize_touch_p.png" type="BINDATA" /> <include name="IDR_AURA_WINDOW_SNAP_P" file="aura/window_snap_touch_p.png" type="BINDATA" /> <include name="IDR_AURA_WINDOW_SNAP_RIGHT_P" file="aura/window_snap_right_touch_p.png" type="BINDATA" /> + <include name="IDR_AURA_CURSOR_NO_DROP" file="aura/left_ptr_nodrop.png" type="BINDATA" /> + <include name="IDR_AURA_CURSOR_COPY" file="aura/left_ptr_copy.png" type="BINDATA" /> </if> </includes> </release> |