Index: components/mus/demo/mus_demo.h |
diff --git a/components/mus/demo/mus_demo.h b/components/mus/demo/mus_demo.h |
index dbb62647294e2606b0ce671fcf4c050a5fc32f22..8739b0289c95572f4aea650f0625b8ae5dbe7336 100644 |
--- a/components/mus/demo/mus_demo.h |
+++ b/components/mus/demo/mus_demo.h |
@@ -60,6 +60,11 @@ class MusDemo : public shell::ShellClient, |
void OnWmNewDisplay(mus::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; |
// Allocate a bitmap the same size as the window to draw into. |
void AllocBitmap(); |