diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-07 20:45:56 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-07 20:45:56 +0000 |
commit | 4bf0e93c4ccf7e0b0273517e35fafca5193435fd (patch) | |
tree | b7e8ac2291a1f3e268e9f2e5880e2028c09ef0d2 /chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | |
parent | b104b771c129e5f5eb68bfa06ca6a2fc243b00d3 (diff) | |
download | chromium_src-4bf0e93c4ccf7e0b0273517e35fafca5193435fd.zip chromium_src-4bf0e93c4ccf7e0b0273517e35fafca5193435fd.tar.gz chromium_src-4bf0e93c4ccf7e0b0273517e35fafca5193435fd.tar.bz2 |
gtk - Stop the instant commit animation when the user moves the cursor.
BUG=65399
TEST=manual
Review URL: http://codereview.chromium.org/5530007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit_view_gtk.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit_view_gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h index fa25e90..21f4a93 100644 --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h @@ -341,6 +341,9 @@ class AutocompleteEditViewGtk : public AutocompleteEditView, // make sure they have the same baseline. void AdjustVerticalAlignmentOfInstantView(); + // Stop showing the instant suggest auto-commit animation. + void StopAnimation(); + // The widget we expose, used for vertically centering the real text edit, // since the height will change based on the font / font size, etc. OwnedWidgetGtk alignment_; |