Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: services/ui/public/interfaces/window_manager_constants.mojom

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng nits Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « services/ui/public/interfaces/window_manager.mojom ('k') | services/ui/public/interfaces/window_tree.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698