| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc b/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc
|
| index f2f267439beff6e9d81e764b360d771033efd359..9ab93066ee8bc3d76a6e0c8709adb49c63f971f7 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.cc
|
| @@ -412,7 +412,7 @@ bool OpaqueBrowserFrameView::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;
|
| }
|
|
|
|
|