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

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

Issue 1352043005: mus: Implement Window Server Capture Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a test Created 5 years, 3 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
Index: components/mus/public/cpp/view.h
diff --git a/components/mus/public/cpp/view.h b/components/mus/public/cpp/view.h
index f65f79ab1540530bbdb857cc317b0f916e0d5053..d86c3e7a28acc2a7367d9b63896102162705d0a0 100644
--- a/components/mus/public/cpp/view.h
+++ b/components/mus/public/cpp/view.h
@@ -131,6 +131,9 @@ class View {
void SetTextInputState(mojo::TextInputStatePtr state);
void SetImeVisibility(bool visible, mojo::TextInputStatePtr state);
+ // Capture
+ void SetCapture();
sadrul 2015/09/18 01:30:49 This should come with a corresponding ReleaseCaptu
Fady Samuel 2015/09/18 02:44:43 Done.
+
// Focus.
void SetFocus();
bool HasFocus() const;

Powered by Google App Engine
This is Rietveld 408576698