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

Unified Diff: components/mus/public/cpp/window.h

Issue 1352043005: mus: Implement Window Server Capture Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added capture unit tests Created 5 years, 1 month 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
Index: components/mus/public/cpp/window.h
diff --git a/components/mus/public/cpp/window.h b/components/mus/public/cpp/window.h
index f25664e3f877dadd5c77f8434010fc37b446cac9..70f961c47c790604dbc5a04bec7ae1a280945960 100644
--- a/components/mus/public/cpp/window.h
+++ b/components/mus/public/cpp/window.h
@@ -167,6 +167,10 @@ class Window {
void SetTextInputState(mojo::TextInputStatePtr state);
void SetImeVisibility(bool visible, mojo::TextInputStatePtr state);
+ // Capture.
sky 2015/11/17 01:06:42 This comment isn't really useful, nuke it.
+ void SetCapture();
+ void ReleaseCapture();
+
// The following make their way to the WindowManager. See
// window_manager.mojom for details.
void SetPreferredSize(const gfx::Size& size);

Powered by Google App Engine
This is Rietveld 408576698