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

Unified Diff: components/mus/public/cpp/tests/window_server_test_base.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/window_server_test_base.h
diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/components/mus/public/cpp/tests/window_server_test_base.h
index ed244803026d9134561443843ae24e5e6c034d2b..b5936c8eda463453619f56df46a43183bd591098 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.h
+++ b/components/mus/public/cpp/tests/window_server_test_base.h
@@ -83,6 +83,11 @@ class WindowServerTestBase
bool not_responding) override;
void OnWmNewDisplay(Window* window, const display::Display& display) override;
void OnAccelerator(uint32_t id, const ui::Event& event) override;
+ void OnWmPerformMoveLoop(::mus::Window* window,
+ ::mus::mojom::MoveLoopSource source,
+ const gfx::Point& cursor_location,
+ const base::Callback<void(bool)>& on_done) override;
+ void OnWmCancelMoveLoop(::mus::Window* window) override;
// InterfaceFactory<WindowTreeClient>:
void Create(shell::Connection* connection,

Powered by Google App Engine
This is Rietveld 408576698