| Index: chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc
|
| diff --git a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc
|
| index 5fa52f759788a6a856e1f4671dd69b32074a9d49..086d2ebf69cc2e3ccab851d199ec567b597478d0 100644
|
| --- a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc
|
| +++ b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc
|
| @@ -16,8 +16,8 @@
|
| #include "grit/theme_resources.h"
|
| #include "grit/theme_resources_standard.h"
|
| #include "grit/ui_resources.h"
|
| -#include "ui/aura/window.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| +#include "ui/aura/window.h"
|
| #include "ui/base/accessibility/accessible_view_state.h"
|
| #include "ui/base/hit_test.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -341,7 +341,7 @@ bool BrowserNonClientFrameViewAsh::ShouldTabIconViewAnimate() const {
|
| return current_tab ? current_tab->IsLoading() : false;
|
| }
|
|
|
| -SkBitmap BrowserNonClientFrameViewAsh::GetFaviconForTabIconView() {
|
| +gfx::ImageSkia BrowserNonClientFrameViewAsh::GetFaviconForTabIconView() {
|
| views::WidgetDelegate* delegate = frame()->widget_delegate();
|
| if (!delegate)
|
| return SkBitmap();
|
|
|