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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 385123005: Change ui::wm::Shadow to use cc::NinePatchLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate update functions for Bitmap/Border. The border needs to be clamped to stay within layer bo… Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent"> 4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" /> 7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" />
8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" /> 8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" />
9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" /> 9 <output filename="ui_resources_100_percent.pak" type="data_package" context= "default_100_percent" />
10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" /> 10 <output filename="ui_resources_200_percent.pak" type="data_package" context= "default_200_percent" />
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_SOUTH_RESIZE " file="common/pointers/sb_v_double_arrow.png" /> 95 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_SOUTH_RESIZE " file="common/pointers/sb_v_double_arrow.png" />
96 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_SOUTH_WEST_R ESIZE" file="common/pointers/top_right_corner.png" /> 96 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_SOUTH_WEST_R ESIZE" file="common/pointers/top_right_corner.png" />
97 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_WEST_RESIZE" file="common/pointers/sb_h_double_arrow.png" /> 97 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_WEST_RESIZE" file="common/pointers/sb_h_double_arrow.png" />
98 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_XTERM_HORIZ" file="common/pointers/xterm_horiz.png" /> 98 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_XTERM_HORIZ" file="common/pointers/xterm_horiz.png" />
99 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_ZOOM_IN" fil e="common/pointers/zoom_in.png" /> 99 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_ZOOM_IN" fil e="common/pointers/zoom_in.png" />
100 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_ZOOM_OUT" fi le="common/pointers/zoom_out.png" /> 100 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_ZOOM_OUT" fi le="common/pointers/zoom_out.png" />
101 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_GRAB" file=" common/pointers/fleur.png" /> 101 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_GRAB" file=" common/pointers/fleur.png" />
102 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_GRABBING" fi le="common/pointers/hand3.png" /> 102 <structure type="chrome_scaled_image" name="IDR_AURA_CURSOR_GRABBING" fi le="common/pointers/hand3.png" />
103 </if> 103 </if>
104 <if expr="toolkit_views"> 104 <if expr="toolkit_views">
105 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_BOTTO M" file="common/window_shadow_active_bottom.png" /> 105 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE" file ="common/window_shadow_active.png" />
106 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_BOTTO M_LEFT" file="common/window_shadow_active_bottom_left.png" /> 106 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE" fi le="common/window_shadow_inactive.png" />
107 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_BOTTO M_RIGHT" file="common/window_shadow_active_bottom_right.png" />
108 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_LEFT" file="common/window_shadow_active_left.png" />
109 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_RIGHT " file="common/window_shadow_active_right.png" />
110 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_TOP" file="common/window_shadow_active_top.png" />
111 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_TOP_L EFT" file="common/window_shadow_active_top_left.png" />
112 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_ACTIVE_TOP_R IGHT" file="common/window_shadow_active_top_right.png" />
113 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_BOT TOM" file="common/window_shadow_inactive_bottom.png" />
114 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_BOT TOM_LEFT" file="common/window_shadow_inactive_bottom_left.png" />
115 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_BOT TOM_RIGHT" file="common/window_shadow_inactive_bottom_right.png" />
116 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_LEF T" file="common/window_shadow_inactive_left.png" />
117 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_RIG HT" file="common/window_shadow_inactive_right.png" />
118 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_TOP " file="common/window_shadow_inactive_top.png" />
119 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_TOP _LEFT" file="common/window_shadow_inactive_top_left.png" />
120 <structure type="chrome_scaled_image" name="IDR_AURA_SHADOW_INACTIVE_TOP _RIGHT" file="common/window_shadow_inactive_top_right.png" />
121 </if> 107 </if>
122 <structure type="chrome_scaled_image" name="IDR_BACK_ARROW" file="common/b ack_arrow.png" /> 108 <structure type="chrome_scaled_image" name="IDR_BACK_ARROW" file="common/b ack_arrow.png" />
123 <structure type="chrome_scaled_image" name="IDR_FORWARD_ARROW" file="commo n/forward_arrow.png" /> 109 <structure type="chrome_scaled_image" name="IDR_FORWARD_ARROW" file="commo n/forward_arrow.png" />
124 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_BADGE_CENTE R" file="common/browser_action_badge_center.png" /> 110 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_BADGE_CENTE R" file="common/browser_action_badge_center.png" />
125 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_BADGE_LEFT" file="common/browser_action_badge_left.png" /> 111 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_BADGE_LEFT" file="common/browser_action_badge_left.png" />
126 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_BADGE_RIGHT " file="common/browser_action_badge_right.png" /> 112 <structure type="chrome_scaled_image" name="IDR_BROWSER_ACTION_BADGE_RIGHT " file="common/browser_action_badge_right.png" />
127 <if expr="toolkit_views"> 113 <if expr="toolkit_views">
128 <structure type="chrome_scaled_image" name="IDR_BUBBLE_B" file="bubble_b ottom.png" /> 114 <structure type="chrome_scaled_image" name="IDR_BUBBLE_B" file="bubble_b ottom.png" />
129 <structure type="chrome_scaled_image" name="IDR_BUBBLE_BL" file="bubble_ bottom_left.png" /> 115 <structure type="chrome_scaled_image" name="IDR_BUBBLE_BL" file="bubble_ bottom_left.png" />
130 <structure type="chrome_scaled_image" name="IDR_BUBBLE_BR" file="bubble_ bottom_right.png" /> 116 <structure type="chrome_scaled_image" name="IDR_BUBBLE_BR" file="bubble_ bottom_right.png" />
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _BOTTOM_RIGHT" file="common/window_bubble_shadow_big_bottom_right.png" /> 534 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _BOTTOM_RIGHT" file="common/window_bubble_shadow_big_bottom_right.png" />
549 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _LEFT" file="common/window_bubble_shadow_big_left.png" /> 535 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _LEFT" file="common/window_bubble_shadow_big_left.png" />
550 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _RIGHT" file="common/window_bubble_shadow_big_right.png" /> 536 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _RIGHT" file="common/window_bubble_shadow_big_right.png" />
551 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _TOP" file="common/window_bubble_shadow_big_top.png" /> 537 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _TOP" file="common/window_bubble_shadow_big_top.png" />
552 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _TOP_LEFT" file="common/window_bubble_shadow_big_top_left.png" /> 538 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _TOP_LEFT" file="common/window_bubble_shadow_big_top_left.png" />
553 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _TOP_RIGHT" file="common/window_bubble_shadow_big_top_right.png" /> 539 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_BIG _TOP_RIGHT" file="common/window_bubble_shadow_big_top_right.png" />
554 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_BOTTOM" file="common/window_bubble_shadow_spike_big_bottom.png" /> 540 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_BOTTOM" file="common/window_bubble_shadow_spike_big_bottom.png" />
555 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_LEFT" file="common/window_bubble_shadow_spike_big_left.png" /> 541 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_LEFT" file="common/window_bubble_shadow_spike_big_left.png" />
556 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_RIGHT" file="common/window_bubble_shadow_spike_big_right.png" /> 542 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_RIGHT" file="common/window_bubble_shadow_spike_big_right.png" />
557 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_TOP" file="common/window_bubble_shadow_spike_big_top.png" /> 543 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_BIG_TOP" file="common/window_bubble_shadow_spike_big_top.png" />
544 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL" file="common/window_bubble_shadow_small.png" />
558 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_BOTTOM" file="common/window_bubble_shadow_small_bottom.png" /> 545 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_BOTTOM" file="common/window_bubble_shadow_small_bottom.png" />
559 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_BOTTOM_LEFT" file="common/window_bubble_shadow_small_bottom_left.png" /> 546 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_BOTTOM_LEFT" file="common/window_bubble_shadow_small_bottom_left.png" />
560 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_BOTTOM_RIGHT" file="common/window_bubble_shadow_small_bottom_right.png" /> 547 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_BOTTOM_RIGHT" file="common/window_bubble_shadow_small_bottom_right.png" />
561 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_LEFT" file="common/window_bubble_shadow_small_left.png" /> 548 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_LEFT" file="common/window_bubble_shadow_small_left.png" />
562 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_RIGHT" file="common/window_bubble_shadow_small_right.png" /> 549 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_RIGHT" file="common/window_bubble_shadow_small_right.png" />
563 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP" file="common/window_bubble_shadow_small_top.png" /> 550 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP" file="common/window_bubble_shadow_small_top.png" />
564 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" /> 551 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_LEFT" file="common/window_bubble_shadow_small_top_left.png" />
565 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" /> 552 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SMA LL_TOP_RIGHT" file="common/window_bubble_shadow_small_top_right.png" />
566 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" /> 553 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_BOTTOM" file="common/window_bubble_shadow_spike_small_bottom.png" />
567 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" /> 554 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_LEFT" file="common/window_bubble_shadow_spike_small_left.png" />
568 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> 555 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" />
569 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> 556 <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPI KE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" />
570 </if> 557 </if>
571 </structures> 558 </structures>
572 </release> 559 </release>
573 </grit> 560 </grit>
OLDNEW
« no previous file with comments | « ui/resources/default_200_percent/common/window_shadow_inactive_top_right.png ('k') | ui/wm/core/shadow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698