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

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

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
Patch Set: . Created 4 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: ui/views/mus/surface_binding.h
diff --git a/ui/views/mus/surface_binding.h b/ui/views/mus/surface_binding.h
index 2e04c3d488a305ff7b9c0ba8d518e8a2e4cb13b5..2ff6c76b6faf3febb0d6b6d9a24e305168aae1b1 100644
--- a/ui/views/mus/surface_binding.h
+++ b/ui/views/mus/surface_binding.h
@@ -43,11 +43,11 @@ class VIEWS_MUS_EXPORT SurfaceBinding {
std::unique_ptr<cc::OutputSurface> CreateOutputSurface();
private:
- class PerConnectionState;
+ class PerClientState;
mus::Window* window_;
const mus::mojom::SurfaceType surface_type_;
- scoped_refptr<PerConnectionState> state_;
+ scoped_refptr<PerClientState> state_;
DISALLOW_COPY_AND_ASSIGN(SurfaceBinding);
};

Powered by Google App Engine
This is Rietveld 408576698