summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_gtk.h
diff options
context:
space:
mode:
authorrhashimoto@chromium.org <rhashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-27 00:11:32 +0000
committerrhashimoto@chromium.org <rhashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-27 00:11:32 +0000
commitc30d786aefdd011e76ece42e85ba3976e660c2bf (patch)
tree4c09a589915787d7fbc193cd746a81a740c31a71 /views/widget/native_widget_gtk.h
parent9484a39c1229afbdd7f110ad3ff876acf77e037b (diff)
downloadchromium_src-c30d786aefdd011e76ece42e85ba3976e660c2bf.zip
chromium_src-c30d786aefdd011e76ece42e85ba3976e660c2bf.tar.gz
chromium_src-c30d786aefdd011e76ece42e85ba3976e660c2bf.tar.bz2
Remove menu keyboard grab and close menu on window manager activation change.
BUG=chromium-os:17013 TEST=Open two windows on device, open wrench menu, use Alt-Tab to switch windows and check that menu closes. Review URL: http://codereview.chromium.org/7484048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94212 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/native_widget_gtk.h')
-rw-r--r--views/widget/native_widget_gtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h
index 2337160..6d94f12 100644
--- a/views/widget/native_widget_gtk.h
+++ b/views/widget/native_widget_gtk.h
@@ -166,9 +166,6 @@ class NativeWidgetGtk : public internal::NativeWidgetPrivate,
virtual void SetMouseCapture() OVERRIDE;
virtual void ReleaseMouseCapture() OVERRIDE;
virtual bool HasMouseCapture() const OVERRIDE;
- virtual void SetKeyboardCapture() OVERRIDE;
- virtual void ReleaseKeyboardCapture() OVERRIDE;
- virtual bool HasKeyboardCapture() const OVERRIDE;
virtual InputMethod* GetInputMethodNative() OVERRIDE;
virtual void ReplaceInputMethod(InputMethod* input_method) OVERRIDE;
virtual void CenterWindow(const gfx::Size& size) OVERRIDE;