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

Unified Diff: services/ui/ws/window_tree.h

Issue 2875753002: Implement aura::WindowPortMus::CreateCompositorFrameSink() (Closed)
Patch Set: Rebase Created 3 years, 7 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/ws/window_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index e95912cb8fe84e25e2a9b389a8474d451dd22da8..64c9725bf3777a3155ae77d66be79d5202f32864 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -502,6 +502,7 @@ class WindowTree : public mojom::WindowTree,
ui::mojom::MoveLoopSource source,
const gfx::Point& cursor) override;
void CancelWindowMove(Id window_id) override;
+ void GetFrameSinkId(Id window_id) override;
// mojom::WindowManagerClient:
void AddAccelerators(std::vector<mojom::WmAcceleratorPtr> accelerators,

Powered by Google App Engine
This is Rietveld 408576698