diff options
Diffstat (limited to 'chrome/browser/views/tab_contents')
-rw-r--r-- | chrome/browser/views/tab_contents/tab_contents_view_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/views/tab_contents/tab_contents_view_win.cc index 47a73e3..2c5786b 100644 --- a/chrome/browser/views/tab_contents/tab_contents_view_win.cc +++ b/chrome/browser/views/tab_contents/tab_contents_view_win.cc @@ -247,7 +247,7 @@ void TabContentsViewWin::OnTabCrashed() { // paint. // Note that it's possible to get this message after the window was destroyed. if (::IsWindow(GetNativeView())) - InvalidateRect(GetNativeView(), NULL, FALSE); + ::InvalidateRect(GetNativeView(), NULL, FALSE); } void TabContentsViewWin::SizeContents(const gfx::Size& size) { |