summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/info_bubble.h
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-17 17:33:27 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-17 17:33:27 +0000
commit1274a4f5664d879b1e2d12f4113daf0b1dedfa40 (patch)
tree69a0cb10b9677225a529d0eaa4821fa81e1a4486 /chrome/browser/views/info_bubble.h
parentec379f9f737ec83bfa8f469e2980b571360b0fed (diff)
downloadchromium_src-1274a4f5664d879b1e2d12f4113daf0b1dedfa40.zip
chromium_src-1274a4f5664d879b1e2d12f4113daf0b1dedfa40.tar.gz
chromium_src-1274a4f5664d879b1e2d12f4113daf0b1dedfa40.tar.bz2
Animates the app launcher when it is shown.
Also, made the info-bubble HWND on Windows owned by its border widget so that it shows on top. That way we don't have to create a hole in the border widget to make it visible. BUG=None TEST=Make sure other info-bubble (bookmark bubble, extension bubbles...) work as expected. Test that when tarting Chrome with --app-panel, creating a new tab shows the apps launcher with an animation. Review URL: http://codereview.chromium.org/2096004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/info_bubble.h')
-rw-r--r--chrome/browser/views/info_bubble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/info_bubble.h b/chrome/browser/views/info_bubble.h
index 21289e6..40994af 100644
--- a/chrome/browser/views/info_bubble.h
+++ b/chrome/browser/views/info_bubble.h
@@ -226,7 +226,7 @@ class InfoBubble
#if defined(OS_WIN)
// The window used to render the padding, border and arrow.
- scoped_ptr<BorderWidget> border_;
+ BorderWidget* border_;
#elif defined(OS_LINUX)
// The view displaying the border.
BorderContents* border_contents_;