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

Unified Diff: chrome/browser/ui/cocoa/notifications/balloon_view_host_mac.mm

Issue 9019004: Rename PluginService to PluginServiceImpl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
Index: chrome/browser/ui/cocoa/notifications/balloon_view_host_mac.mm
===================================================================
--- chrome/browser/ui/cocoa/notifications/balloon_view_host_mac.mm (revision 115259)
+++ chrome/browser/ui/cocoa/notifications/balloon_view_host_mac.mm (working copy)
@@ -18,7 +18,7 @@
}
void BalloonViewHost::UpdateActualSize(const gfx::Size& new_size) {
- tab_contents_->view()->SizeContents(new_size);
+ tab_contents_->GetView()->SizeContents(new_size);
NSView* view = native_view();
NSRect frame = [view frame];
frame.size.width = new_size.width();

Powered by Google App Engine
This is Rietveld 408576698