From 97739e9e12cb10a63c75e7f6e65db28cc8101037 Mon Sep 17 00:00:00 2001 From: "derat@chromium.org" Date: Tue, 15 Nov 2011 00:29:35 +0000 Subject: aura: Add images for rectangular shadows. These are just the same ones that we're currently using in Chrome OS. BUG=101977 TEST=manual: used in conjunction with a forthcoming change Review URL: http://codereview.chromium.org/8533022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109997 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/resources/aura/shadow_rect_bottom.png | Bin 0 -> 168 bytes ui/resources/aura/shadow_rect_bottom_left.png | Bin 0 -> 360 bytes ui/resources/aura/shadow_rect_bottom_right.png | Bin 0 -> 354 bytes ui/resources/aura/shadow_rect_left.png | Bin 0 -> 163 bytes ui/resources/aura/shadow_rect_right.png | Bin 0 -> 165 bytes ui/resources/aura/shadow_rect_top.png | Bin 0 -> 164 bytes ui/resources/aura/shadow_rect_top_left.png | Bin 0 -> 300 bytes ui/resources/aura/shadow_rect_top_right.png | Bin 0 -> 333 bytes ui/resources/ui_resources.grd | 8 ++++++++ 9 files changed, 8 insertions(+) create mode 100644 ui/resources/aura/shadow_rect_bottom.png create mode 100644 ui/resources/aura/shadow_rect_bottom_left.png create mode 100644 ui/resources/aura/shadow_rect_bottom_right.png create mode 100644 ui/resources/aura/shadow_rect_left.png create mode 100644 ui/resources/aura/shadow_rect_right.png create mode 100644 ui/resources/aura/shadow_rect_top.png create mode 100644 ui/resources/aura/shadow_rect_top_left.png create mode 100644 ui/resources/aura/shadow_rect_top_right.png (limited to 'ui') diff --git a/ui/resources/aura/shadow_rect_bottom.png b/ui/resources/aura/shadow_rect_bottom.png new file mode 100644 index 0000000..546f05d Binary files /dev/null and b/ui/resources/aura/shadow_rect_bottom.png differ diff --git a/ui/resources/aura/shadow_rect_bottom_left.png b/ui/resources/aura/shadow_rect_bottom_left.png new file mode 100644 index 0000000..d67ad76 Binary files /dev/null and b/ui/resources/aura/shadow_rect_bottom_left.png differ diff --git a/ui/resources/aura/shadow_rect_bottom_right.png b/ui/resources/aura/shadow_rect_bottom_right.png new file mode 100644 index 0000000..bcb2525 Binary files /dev/null and b/ui/resources/aura/shadow_rect_bottom_right.png differ diff --git a/ui/resources/aura/shadow_rect_left.png b/ui/resources/aura/shadow_rect_left.png new file mode 100644 index 0000000..194abe7 Binary files /dev/null and b/ui/resources/aura/shadow_rect_left.png differ diff --git a/ui/resources/aura/shadow_rect_right.png b/ui/resources/aura/shadow_rect_right.png new file mode 100644 index 0000000..b4a01eb Binary files /dev/null and b/ui/resources/aura/shadow_rect_right.png differ diff --git a/ui/resources/aura/shadow_rect_top.png b/ui/resources/aura/shadow_rect_top.png new file mode 100644 index 0000000..b28cb1b Binary files /dev/null and b/ui/resources/aura/shadow_rect_top.png differ diff --git a/ui/resources/aura/shadow_rect_top_left.png b/ui/resources/aura/shadow_rect_top_left.png new file mode 100644 index 0000000..39f9670 Binary files /dev/null and b/ui/resources/aura/shadow_rect_top_left.png differ diff --git a/ui/resources/aura/shadow_rect_top_right.png b/ui/resources/aura/shadow_rect_top_right.png new file mode 100644 index 0000000..068e242 Binary files /dev/null and b/ui/resources/aura/shadow_rect_top_right.png differ diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 4f294d2..bd875e7 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -136,6 +136,14 @@ + + + + + + + + -- cgit v1.1