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

Unified Diff: ui/views/mus/surface_binding.h

Issue 2187103002: services/ui: Remove unused connector argument (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 5 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 | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/surface_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/surface_binding.h
diff --git a/ui/views/mus/surface_binding.h b/ui/views/mus/surface_binding.h
index 8c5b4875a42cbe348f25d2d79d71bbe277b7d07f..08340dfcbc362f88434028d49d4dea9ba3930122 100644
--- a/ui/views/mus/surface_binding.h
+++ b/ui/views/mus/surface_binding.h
@@ -20,10 +20,6 @@ namespace ui {
class Window;
}
-namespace shell {
-class Connector;
-}
-
namespace views {
// SurfaceBinding is responsible for managing the connections necessary to
@@ -33,9 +29,7 @@ namespace views {
// connection.
class VIEWS_MUS_EXPORT SurfaceBinding {
public:
- SurfaceBinding(shell::Connector* connector,
- ui::Window* window,
- ui::mojom::SurfaceType surface_type);
+ SurfaceBinding(ui::Window* window, ui::mojom::SurfaceType surface_type);
~SurfaceBinding();
// Creates an OutputSurface that renders to the Window supplied to the
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698