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

Unified Diff: services/ui/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: dcheng nits Created 4 years, 5 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: services/ui/public/cpp/tests/test_window_tree.cc
diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
index dd9822dbcd1b8ab90d6fa7c6b4a9a989adb68a38..2b0204b4602ac8dd7516740da1a3a06da0915890 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/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,
+ mojom::MoveLoopSource source,
+ const gfx::Point& cursor_location) {}
+
+void TestWindowTree::CancelWindowMove(uint32_t window_id) {}
+
} // namespace ui
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.h ('k') | services/ui/public/cpp/tests/window_server_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698