| Index: ui/resources/ui_resources.grd
|
| diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
|
| index 399fc9b1b29879a314fc57268368462a239ef89a..5b7389a2e096889be31af3471944a0db33da51cc 100644
|
| --- a/ui/resources/ui_resources.grd
|
| +++ b/ui/resources/ui_resources.grd
|
| @@ -78,6 +78,10 @@
|
| <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_MOVE" file="common/pointers/move_big.png" />
|
| + <structure type="chrome_scaled_image" name="IDR_ANDROID_CURSOR_MIDDLE_PANNING" file="common/pointers/move_big.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" />
|
|
|