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

Unified Diff: chrome/browser/views/info_bubble.cc

Issue 145006: Fix the first run infobubble. It overrode WidgetWin's OnSize without calling ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/info_bubble.cc
===================================================================
--- chrome/browser/views/info_bubble.cc (revision 18919)
+++ chrome/browser/views/info_bubble.cc (working copy)
@@ -218,6 +218,7 @@
gfx::Path path;
content_view_->GetMask(gfx::Size(size.cx, size.cy), &path);
SetWindowRgn(path.CreateHRGN(), TRUE);
+ WidgetWin::OnSize(param, size);
}
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698