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

Unified Diff: ash/mus/window_manager.h

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use not not pattern to fix win compile 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
« no previous file with comments | « no previous file | ash/mus/window_manager.cc » ('j') | chrome/browser/ui/views/tabs/window_finder_mus.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index a922d52291fa3523b9e3c1041c509c474d475690..e97de409f67b25749d1b46c52f30bd6ad7cfbe28 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -104,6 +104,10 @@ class WindowManager : public ::mus::WindowManagerDelegate,
void OnWmNewDisplay(::mus::Window* window,
const display::Display& display) override;
void OnAccelerator(uint32_t id, const ui::Event& event) override;
+ void OnWmPerformMoveLoop(uint32_t change_id,
+ uint32_t window_id,
+ const gfx::Point& cursor_location) override;
+ void OnWmCancelMoveLoop(uint32_t window_id) override;
// TODO(sky): this is unfortunate, remove.
WindowManagerApplication* window_manager_app_;
« no previous file with comments | « no previous file | ash/mus/window_manager.cc » ('j') | chrome/browser/ui/views/tabs/window_finder_mus.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698