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

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

Issue 2696233002: Mojo C++ bindings: remove some usage of AssociatedGroup from user code. (Closed)
Patch Set: . Created 3 years, 10 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 | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/test_server_window_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window_delegate.h
diff --git a/services/ui/ws/server_window_delegate.h b/services/ui/ws/server_window_delegate.h
index 71fbdf4858c71c8041448605fda33bb2bbbbdb6d..8caf5bf0b90bd8b2379f31491788a957c681921e 100644
--- a/services/ui/ws/server_window_delegate.h
+++ b/services/ui/ws/server_window_delegate.h
@@ -23,12 +23,6 @@ class ServerWindowDelegate {
// DisplayCompositor running in the system.
virtual cc::mojom::DisplayCompositor* GetDisplayCompositor() = 0;
- // Returns the AssociatedGroup of DisplayCompositor which is used for
- // creating interfaces that share the same MessagePipe with DisplayCompositor.
- // Messages from interfaces that use the same AssociatedGroup will be
- // delivered in the same order they were sent.
- virtual mojo::AssociatedGroup* GetDisplayCompositorAssociatedGroup() = 0;
-
// Returns the root of the window tree to which this |window| is attached.
// Returns null if this window is not attached up through to a root window.
virtual ServerWindow* GetRootWindow(const ServerWindow* window) = 0;
« no previous file with comments | « services/ui/ws/frame_generator.cc ('k') | services/ui/ws/test_server_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698