summaryrefslogtreecommitdiffstats
path: root/views/focus/accelerator_handler.h
diff options
context:
space:
mode:
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)