blob: e698f86b94cff09f0cddf3cecb065dcd6d162db1 [file] [log] [blame]
Avi Drissman3a215d1e2022-09-07 19:43:091// Copyright 2013 The Chromium Authors
[email protected]af5e25272013-02-21 01:17:362// 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
8namespace ash {
9
[email protected]d04aca192014-03-07 05:00:1710// Sends a CancelMode event to all window hierarchies.
[email protected]af5e25272013-02-21 01:17:3611void DispatchCancelMode();
12
[email protected]24f5e242014-07-22 02:16:0913} // namespace ash
[email protected]af5e25272013-02-21 01:17:3614
15#endif // ASH_CANCEL_MODE_H_