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

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

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.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index b50a1cf75e72a000c3bc17aa993b1d78679e557f..03cc754e5ab55edc888cb83337d9417a0842d076 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -100,6 +100,11 @@ class TestWindowTree : public mojom::WindowTree {
override;
void GetCursorLocationMemory(const GetCursorLocationMemoryCallback& callback)
override;
+ void PerformWindowMove(uint32_t change_id,
+ uint32_t window_id,
+ ::mus::mojom::MoveLoopSource source,
+ const gfx::Point& cursor_location) override;
+ void CancelWindowMove(uint32_t window_id) override;
bool got_change_;
uint32_t change_id_;

Powered by Google App Engine
This is Rietveld 408576698