| Index: chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.cc
|
| diff --git a/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.cc b/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.cc
|
| index e8de4cb88f98e2c116765086ffd1ceb8929e24bf..34631a1282eccff99ab0e531fd8ddd06dda56a77 100644
|
| --- a/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.cc
|
| +++ b/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.cc
|
| @@ -71,6 +71,7 @@ AnswerCardWebContents::AnswerCardWebContents(Profile* profile)
|
| web_contents_->SetDelegate(this);
|
| web_view_->set_owned_by_client();
|
| web_view_->SetWebContents(web_contents_.get());
|
| + web_view_->SetResizeBackgroundColor(SK_ColorTRANSPARENT);
|
|
|
| // Make the webview transparent since it's going to be shown on top of a
|
| // highlightable button.
|
|
|