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

Unified Diff: ui/resources/ui_resources.grd

Issue 2878403002: Support setting mouse cursor icon in Android N. (Closed)
Patch Set: Support setting mouse cursor icon in Android N Created 3 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
Index: ui/resources/ui_resources.grd
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 399fc9b1b29879a314fc57268368462a239ef89a..de8a951578ede62bc92724b1938d0cd71af67e7b 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -78,6 +78,20 @@
<structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_GRAB" file="common/pointers/fleur.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_GRABBING" file="common/pointers/hand3.png" />
</if>
+ <if expr="is_android">
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_EAST_RESIZE" file="common/pointers/sb_h_double_arrow.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_NORTH_RESIZE" file="common/pointers/sb_v_double_arrow.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_NORTH_EAST_RESIZE" file="common/pointers/top_right_corner.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_NORTH_WEST_RESIZE" file="common/pointers/top_left_corner.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_SOUTH_RESIZE" file="common/pointers/sb_v_double_arrow.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_SOUTH_EAST_RESIZE" file="common/pointers/top_left_corner.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_SOUTH_WEST_RESIZE" file="common/pointers/top_right_corner.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_WEST_RESIZE" file="common/pointers/sb_h_double_arrow.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_MOVE" file="common/pointers/move.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_MIDDLE_PANNING" file="common/pointers/move.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_PROGRESS" file="common/pointers/move.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_NOT_ALLOWED" file="common/pointers/move.png" />
+ </if>
<if expr="use_aura">
<structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE" file="common/window_shadow_active.png" />
<structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE" file="common/window_shadow_inactive.png" />

Powered by Google App Engine
This is Rietveld 408576698