summaryrefslogtreecommitdiffstats
path: root/views/focus/accelerator_handler.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 16:51:25 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 16:51:25 +0000
commit6545f1cdbbe569d404f916bef157f201028b63a0 (patch)
tree4d849f4aad386cc4cad08f94f314d78cfb7f55a5 /views/focus/accelerator_handler.h
parent5d451ad21fc1836a024cabecc1172c32fbe92b03 (diff)
downloadchromium_src-6545f1cdbbe569d404f916bef157f201028b63a0.zip
chromium_src-6545f1cdbbe569d404f916bef157f201028b63a0.tar.gz
chromium_src-6545f1cdbbe569d404f916bef157f201028b63a0.tar.bz2
Adds the ability to construct a KeyEvent from a NativeEvent[2], and converts some code to use it.
Removes some of the Windows-specific stuff from KeyEvent. BUG=72040 TEST=none Review URL: http://codereview.chromium.org/6487002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/focus/accelerator_handler.h')
-rw-r--r--views/focus/accelerator_handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/focus/accelerator_handler.h b/views/focus/accelerator_handler.h
index 96eb55d..b10b587 100644
--- a/views/focus/accelerator_handler.h
+++ b/views/focus/accelerator_handler.h
@@ -35,7 +35,8 @@ void SetTouchDeviceList(std::vector<unsigned int>& devices);
// for the window that is receiving these messages for accelerator processing.
class AcceleratorHandler : public MessageLoopForUI::Dispatcher {
public:
- AcceleratorHandler();
+ AcceleratorHandler();
+
// Dispatcher method. This returns true if an accelerator was processed by the
// focus manager
#if defined(OS_WIN)