diff options
author | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-03 17:23:00 +0000 |
---|---|---|
committer | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-03 17:23:00 +0000 |
commit | 9deebf20b712a0b1701a3d508a4a85528e05486e (patch) | |
tree | 156e1ffdef4cc8b88f120de31e541c960afa4837 /chrome/browser/status_bubble.h | |
parent | b62f11e7644f25e88b5aff178b566f562dea9445 (diff) | |
download | chromium_src-9deebf20b712a0b1701a3d508a4a85528e05486e.zip chromium_src-9deebf20b712a0b1701a3d508a4a85528e05486e.tar.gz chromium_src-9deebf20b712a0b1701a3d508a4a85528e05486e.tar.bz2 |
Change hover time to 1600 ms, and resize more quickly for smaller width change.
BUG= 1455
TEST= hover over link which is too long for status bubble. bubble should expand.
Review URL: http://codereview.chromium.org/149474
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/status_bubble.h')
-rw-r--r-- | chrome/browser/status_bubble.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/status_bubble.h b/chrome/browser/status_bubble.h index 81379d0..43851be 100644 --- a/chrome/browser/status_bubble.h +++ b/chrome/browser/status_bubble.h @@ -49,6 +49,9 @@ class StatusBubble { // This is used by to ensure that the status bubble does not obscure // the download shelf, when it is visible. virtual void UpdateDownloadShelfVisibility(bool visible) = 0; + + // Allow StatusView animation to set width of StatusBubble. + virtual void SetBubbleWidth(int width) = 0; }; #endif // CHROME_BROWSER_STATUS_BUBBLE_H_ |