diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-11 18:39:13 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-11 18:39:13 +0000 |
commit | 933d1300f682b87408cd16fea691ec717c65580b (patch) | |
tree | 83b7d51e8a9bc7025d7a5a5c7f0a6e69385834ad /chrome/browser/autocomplete | |
parent | e8dbd674b68f0261498ae901c0805278a0c7bea1 (diff) | |
download | chromium_src-933d1300f682b87408cd16fea691ec717c65580b.zip chromium_src-933d1300f682b87408cd16fea691ec717c65580b.tar.gz chromium_src-933d1300f682b87408cd16fea691ec717c65580b.tar.bz2 |
Pick up a GTM roll and update the apis that changed in this roll.
BUG=none
TEST=everything still works
Review URL: http://codereview.chromium.org/793003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_popup_view_mac.mm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm b/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm index 4122cbb..fc6474a 100644 --- a/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm +++ b/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm @@ -416,7 +416,8 @@ void AutocompletePopupViewMac::UpdatePopupAppearance() { r.size.width == oldFrame.size.width) { [NSAnimationContext beginGrouping]; [[NSAnimationContext currentContext] - gtm_setDuration:kShrinkAnimationDuration]; + gtm_setDuration:kShrinkAnimationDuration + eventMask:NSLeftMouseDownMask]; [[popup_ animator] setFrame:r display:YES]; [NSAnimationContext endGrouping]; } else { |