| 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 7ca70d316bbf839f42298986854c8657a1a8f398..e68aa725189b4c4292bcf77b94e2f038f3f4bae9 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
|
| @@ -337,7 +337,7 @@ bool BrowserNonClientFrameViewAsh::ShouldTabIconViewAnimate() const {
|
| // This function is queried during the creation of the window as the
|
| // TabIconView we host is initialized, so we need to NULL check the selected
|
| // WebContents because in this condition there is not yet a selected tab.
|
| - content::WebContents* current_tab = browser_view()->GetSelectedWebContents();
|
| + content::WebContents* current_tab = browser_view()->GetActiveWebContents();
|
| return current_tab ? current_tab->IsLoading() : false;
|
| }
|
|
|
|
|