diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-01 19:31:30 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-01 19:31:30 +0000 |
commit | 4ab8cebe271e942522ddf739102e6211c1325565 (patch) | |
tree | ce22f1c57eabc1231d77b4b1a513634f19dd4e89 /chrome/browser/autocomplete/autocomplete_popup_view_gtk.h | |
parent | c9d7c211e90e2f811a03d25542afb4302c47525e (diff) | |
download | chromium_src-4ab8cebe271e942522ddf739102e6211c1325565.zip chromium_src-4ab8cebe271e942522ddf739102e6211c1325565.tar.gz chromium_src-4ab8cebe271e942522ddf739102e6211c1325565.tar.bz2 |
Make pressing <esc> while dragging in the omnibox correctly cancel dragging. Original patch by Philippe Beaudoin (see http://codereview.chromium.org/554143 ), r=me, tweaked.
BUG=33460
TEST=Write goog in the omnibox, drag around, while pressing the left mouse button hit ESC. The selection should return to the first entry and not move as you continue to drag.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_popup_view_gtk.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_popup_view_gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h b/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h index 26ab682..f46cfb2 100644 --- a/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h +++ b/chrome/browser/autocomplete/autocomplete_popup_view_gtk.h @@ -31,6 +31,7 @@ class AutocompletePopupViewGtk : public AutocompletePopupView { virtual void InvalidateLine(size_t line); virtual void UpdatePopupAppearance(); virtual void PaintUpdatesNow(); + virtual void OnDragCanceled() {} virtual AutocompletePopupModel* GetModel(); private: |