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

Unified Diff: examples/wm_flow/wm/window_frame_host.mojom

Issue 817573003: Move wm_flow off of views and onto Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « examples/wm_flow/wm/window_frame.sky ('k') | examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wm_flow/wm/window_frame_host.mojom
diff --git a/examples/wm_flow/embedded/embeddee.mojom b/examples/wm_flow/wm/window_frame_host.mojom
similarity index 60%
copy from examples/wm_flow/embedded/embeddee.mojom
copy to examples/wm_flow/wm/window_frame_host.mojom
index 097efdfe2eb03a546df15b5ed033b4f1ddc1d5cd..9b09fcd80f49b18eda4dacf1fc5f7a1f83b81f3c 100644
--- a/examples/wm_flow/embedded/embeddee.mojom
+++ b/examples/wm_flow/wm/window_frame_host.mojom
@@ -4,6 +4,9 @@
module examples;
-interface Embeddee {
- HelloBack() => ();
+interface WindowFrameHost {
+ ActivateWindow();
+ CloseWindow();
+ SetCapture(bool frame_has_capture);
+ ToggleMaximize();
};
« no previous file with comments | « examples/wm_flow/wm/window_frame.sky ('k') | examples/wm_flow/wm/wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698