| Index: ui/app_list/views/speech_view.cc
|
| diff --git a/ui/app_list/views/speech_view.cc b/ui/app_list/views/speech_view.cc
|
| index f125319f16a0e1ac9ef2714fbc7afc8abd51a4d8..038faa7ebef40016726ca7971f4eca3b13db3d9a 100644
|
| --- a/ui/app_list/views/speech_view.cc
|
| +++ b/ui/app_list/views/speech_view.cc
|
| @@ -109,8 +109,8 @@ bool MicButton::GetHitTestMask(gfx::Path* mask) const {
|
| SpeechView::SpeechView(AppListViewDelegate* delegate)
|
| : delegate_(delegate),
|
| logo_(NULL) {
|
| - SetBorder(scoped_ptr<views::Border>(new views::ShadowBorder(gfx::ShadowValue(
|
| - gfx::Point(0, kCardShadowYOffset), kCardShadowBlur, kCardShadowColor))));
|
| + SetBorder(scoped_ptr<views::Border>(
|
| + new views::ShadowBorder(GetShadowForZHeight(1))));
|
|
|
| // To keep the painting order of the border and the background, this class
|
| // actually has a single child of 'container' which has white background and
|
|
|