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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.cc

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.cc
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
index 534cb5400681b1de3bee513c0fc82867b1d92515..7e99cad1fce4a71cbb82cf88a9c4d8dd62282a0b 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -78,6 +78,10 @@ void TestWindowTree::ReorderWindow(uint32_t window_id,
void TestWindowTree::GetWindowTree(uint32_t window_id,
const GetWindowTreeCallback& callback) {}
+void TestWindowTree::SetCapture(uint32_t change_id, uint32_t window_id) {}
+
+void TestWindowTree::ReleaseCapture(uint32_t change_id, uint32_t window_id) {}
+
void TestWindowTree::Embed(uint32_t window_id,
mojom::WindowTreeClientPtr client,
uint32_t policy_bitmask,

Powered by Google App Engine
This is Rietveld 408576698