diff options
Diffstat (limited to 'views/focus/focus_manager.h')
-rw-r--r-- | views/focus/focus_manager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/focus/focus_manager.h b/views/focus/focus_manager.h index 8c33036..98fc1e5 100644 --- a/views/focus/focus_manager.h +++ b/views/focus/focus_manager.h @@ -283,6 +283,11 @@ class FocusManager { AcceleratorTarget* GetTargetForAccelerator( const Accelerator& accelerator) const; + // Convenience method that returns true if the passed |key_event| should + // trigger tab traversal (if it is a TAB key press with or without SHIFT + // pressed). + static bool IsTabTraversalKeyEvent(const KeyEvent& key_event); + private: #if defined(OS_WIN) explicit FocusManager(HWND root, RootView* root_view); |