diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 03:00:30 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-14 03:00:30 +0000 |
commit | 672eca0fd191acd39c28430d1ed1f327594faff8 (patch) | |
tree | 56d0070a11a25756240d0a3088458dd7a7fad32d /chrome | |
parent | f4078cf39908bfada67c0614ffc5ee8e4af765a2 (diff) | |
download | chromium_src-672eca0fd191acd39c28430d1ed1f327594faff8.zip chromium_src-672eca0fd191acd39c28430d1ed1f327594faff8.tar.gz chromium_src-672eca0fd191acd39c28430d1ed1f327594faff8.tar.bz2 |
Reverting 23406.
It seems that Tab2OutOfTabStrip is failing consistently after this change.
BUG=None
TEST=None
TBR=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/164543
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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 2c5786b..47a73e3 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) { |