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

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

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OnWmMoveLoopComplete() -> WmResponse() and use change_id instead of window_id in cancel. Created 4 years, 6 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/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 01b4b4c121d889a26bed9cd9eb1209994d220874..d99a697055fe17711d0aa248130a79292c29683b 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -164,4 +164,11 @@ void TestWindowTree::GetCursorLocationMemory(
callback.Run(mojo::ScopedSharedBufferHandle());
}
+void TestWindowTree::PerformWindowMove(uint32_t change_id,
+ uint32_t window_id,
+ ::mus::mojom::MoveLoopSource source,
+ const gfx::Point& cursor_location) {}
+
+void TestWindowTree::CancelWindowMove(uint32_t window_id) {}
+
} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698