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

Unified Diff: content/app/resources/content_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: content/app/resources/content_resources.grd
diff --git a/content/app/resources/content_resources.grd b/content/app/resources/content_resources.grd
index 09869e893f86e9940df137caac0a994672378a0c..803e005b4b0f6697f52b9989c3744e5bea7cdb61 100644
--- a/content/app/resources/content_resources.grd
+++ b/content/app/resources/content_resources.grd
@@ -34,6 +34,20 @@
<structure type="chrome_scaled_image" name="IDR_ZOOMIN_CURSOR" file="zoom_in_cursor.png" />
<structure type="chrome_scaled_image" name="IDR_ZOOMOUT_CURSOR" file="zoom_out_cursor.png" />
</if>
+ <if expr="is_android">
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_EAST_RESIZE_CURSOR" file="east_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTH_RESIZE_CURSOR" file="north_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTHEAST_RESIZE_CURSOR" file="north_east_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_NORTHWEST_RESIZE_CURSOR" file="north_west_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTH_RESIZE_CURSOR" file="south_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTHEAST_RESIZE_CURSOR" file="south_east_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_SOUTHWEST_RESIZE_CURSOR" file="south_west_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_WEST_RESIZE_CURSOR" file="west_resize_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_MOVE_CURSOR" file="move_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_MIDDLE_PANNING" file="move_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_PROGRESS" file="move_cursor.png" />
+ <structure type="chrome_scaled_image" name="IDR_ANDROID_NOT_ALLOWED" file="move_cursor.png" />
+ </if>
</structures>
</release>
</grit>
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | ui/base/cursor/cursors_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698