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

Unified Diff: ui/views/bubble/bubble_border.cc

Issue 11778074: Update bubble small shadow image assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « ui/resources/default_200_percent/common/window_bubble_shadow_spike_small_top.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_border.cc
diff --git a/ui/views/bubble/bubble_border.cc b/ui/views/bubble/bubble_border.cc
index 0071a76ab034f1361447f9ed26efcfbadcb5bd4b..92702b5209a031d706636b1216ad1b91ce8f0da3 100644
--- a/ui/views/bubble/bubble_border.cc
+++ b/ui/views/bubble/bubble_border.cc
@@ -367,7 +367,7 @@ BubbleBorder::BorderImages* BubbleBorder::GetBorderImages(Shadow shadow) {
case SMALL_SHADOW:
images = new BorderImages(kSmallShadowImages,
arraysize(kSmallShadowImages),
- 9, 0, 3);
+ 6, 0, 3);
break;
case SHADOW_COUNT:
NOTREACHED();
« no previous file with comments | « ui/resources/default_200_percent/common/window_bubble_shadow_spike_small_top.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698