Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: chrome/browser/views/tab_contents/tab_contents_view_win.cc

Issue 165469: Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/window_impl.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tab_contents/tab_contents_view_win.cc
===================================================================
--- chrome/browser/views/tab_contents/tab_contents_view_win.cc (revision 23329)
+++ chrome/browser/views/tab_contents/tab_contents_view_win.cc (working copy)
@@ -247,7 +247,7 @@
// 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) {
« no previous file with comments | « base/window_impl.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698