Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1318)

Unified Diff: ui/resources/ui_resources_2x.grd

Issue 10392193: Add custom cursors for 1x and 2x (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/resources/default_200_percent/aura/xterm.png ('k') | ui/resources/ui_resources_standard.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources_2x.grd
diff --git a/ui/resources/ui_resources_2x.grd b/ui/resources/ui_resources_2x.grd
index e033fc239a53b0fd0403ed05217df96b16cc5727..6091a359276d56964d31652b69db90413621aba7 100644
--- a/ui/resources/ui_resources_2x.grd
+++ b/ui/resources/ui_resources_2x.grd
@@ -78,8 +78,21 @@
<include name="IDR_AURA_WINDOW_SNAP_MINIMIZE_P" file="default_100_percent/aura/window_snap_minimize_pressed.png" type="BINDATA" />
<include name="IDR_AURA_WINDOW_SNAP_P" file="default_100_percent/aura/window_snap_pressed.png" type="BINDATA" />
<include name="IDR_AURA_WINDOW_SNAP_RIGHT_P" file="default_100_percent/aura/window_snap_right_pressed.png" type="BINDATA" />
- <include name="IDR_AURA_CURSOR_NO_DROP" file="default_100_percent/aura/left_ptr_nodrop.png" type="BINDATA" />
- <include name="IDR_AURA_CURSOR_COPY" file="default_100_percent/aura/left_ptr_copy.png" type="BINDATA" />
+ <!-- cursors -->
+ <include name="IDR_AURA_CURSOR_PTR" file="default_200_percent/aura/left_ptr.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_NO_DROP" file="default_200_percent/aura/left_ptr_nodrop.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_COPY" file="default_200_percent/aura/left_ptr_copy.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_HAND" file="default_200_percent/aura/hand2.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_MOVE" file="default_200_percent/aura/fleur.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_IBEAM" file="default_200_percent/aura/xterm.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_NORTH_WEST_RESIZE" file="default_200_percent/aura/top_left_corner.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_SOUTH_EAST_RESIZE" file="default_200_percent/aura/top_left_corner.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_NORTH_EAST_RESIZE" file="default_200_percent/aura/top_right_corner.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_SOUTH_WEST_RESIZE" file="default_200_percent/aura/top_right_corner.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_NORTH_RESIZE" file="default_200_percent/aura/sb_v_double_arrow.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_EAST_RESIZE" file="default_200_percent/aura/sb_h_double_arrow.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_SOUTH_RESIZE" file="default_200_percent/aura/sb_v_double_arrow.png" type="BINDATA" />
+ <include name="IDR_AURA_CURSOR_WEST_RESIZE" file="default_200_percent/aura/sb_h_double_arrow.png" type="BINDATA" />
</if>
</includes>
</release>
« no previous file with comments | « ui/resources/default_200_percent/aura/xterm.png ('k') | ui/resources/ui_resources_standard.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698