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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.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/tests/test_window_tree.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index 8618960386558e2fb7a16eaab526e283d2673cb8..bc60695eebf9b5f4d8413060e7f10158649ef70c 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -59,6 +59,8 @@ class TestWindowTree : public mojom::WindowTree {
const ReorderWindowCallback& callback) override;
void GetWindowTree(uint32_t window_id,
const GetWindowTreeCallback& callback) override;
+ void SetCapture(uint32_t change_id, uint32_t window_id) override;
+ void ReleaseCapture(uint32_t change_id, uint32_t window_id) override;
void Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,
uint32_t policy_bitmask,

Powered by Google App Engine
This is Rietveld 408576698