Chromium Code Reviews| Index: ui/views/view.h |
| diff --git a/ui/views/view.h b/ui/views/view.h |
| index 86bed2a0de6f0ba2b990ef53340adcaeb227e48b..de5f3683dd1c31cf30526482f7b8660f7e338ca8 100644 |
| --- a/ui/views/view.h |
| +++ b/ui/views/view.h |
| @@ -999,6 +999,11 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
| virtual int GetLineScrollIncrement(ScrollView* scroll_view, |
| bool is_horizontal, bool is_positive); |
| + // Accelerators -------------------------------------------------------------- |
| + |
| + // Returns true if this view has registered to handle this accelerator. |
| + bool HandlesAccelerator(const ui::Accelerator& accelerator); |
|
msw
2016/03/03 23:01:40
nit: group with others on line 736 if needed (reor
Evan Stade
2016/03/07 18:36:38
Done.
|
| + |
| protected: |
| // Used to track a drag. RootView passes this into |
| // ProcessMousePressed/Dragged. |