| Index: services/ui/public/interfaces/window_manager_constants.mojom
|
| diff --git a/services/ui/public/interfaces/window_manager_constants.mojom b/services/ui/public/interfaces/window_manager_constants.mojom
|
| index eb3b1b2179f68fbae6fbe34178b2e8ccba8caf96..650124815196fe03bfedd4667a95b46c971fc70e 100644
|
| --- a/services/ui/public/interfaces/window_manager_constants.mojom
|
| +++ b/services/ui/public/interfaces/window_manager_constants.mojom
|
| @@ -62,6 +62,13 @@ struct Display {
|
| FrameDecorationValues frame_decoration_values;
|
| };
|
|
|
| +// Whether a client initiated move loop was started with a mouse event or a
|
| +// touch event.
|
| +enum MoveLoopSource {
|
| + MOUSE,
|
| + TOUCH
|
| +};
|
| +
|
| enum WindowType {
|
| // These constants come from Widget::InitParams. See it for details.
|
| // TODO: see if we can reduce this set. For example, why do we need both
|
|
|