Avi Drissman | 3a215d1e | 2022-09-07 19:43:09 | [diff] [blame] | 1 | // Copyright 2013 The Chromium Authors |
[email protected] | af5e2527 | 2013-02-21 01:17:36 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #ifndef ASH_CANCEL_MODE_H_ | ||||
6 | #define ASH_CANCEL_MODE_H_ | ||||
7 | |||||
8 | namespace ash { | ||||
9 | |||||
[email protected] | d04aca19 | 2014-03-07 05:00:17 | [diff] [blame] | 10 | // Sends a CancelMode event to all window hierarchies. |
[email protected] | af5e2527 | 2013-02-21 01:17:36 | [diff] [blame] | 11 | void DispatchCancelMode(); |
12 | |||||
[email protected] | 24f5e24 | 2014-07-22 02:16:09 | [diff] [blame] | 13 | } // namespace ash |
[email protected] | af5e2527 | 2013-02-21 01:17:36 | [diff] [blame] | 14 | |
15 | #endif // ASH_CANCEL_MODE_H_ |