| Index: chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc
|
| index 2136ad0e0e86a8a17bcf653c416fe1fcf9a3eae1..94099a6e5384458e6636e6df0dc97710f911780a 100644
|
| --- a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc
|
| @@ -243,7 +243,7 @@ bool AppPanelBrowserFrameView::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.
|
| - WebContents* current_tab = browser_view()->GetSelectedWebContents();
|
| + WebContents* current_tab = browser_view()->GetActiveWebContents();
|
| return current_tab ? current_tab->IsLoading() : false;
|
| }
|
|
|
|
|