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

Unified Diff: content/renderer/mus/renderer_window_tree_client.h

Issue 2732283002: Rename WindowCompositorFrameSink To ClientCompositorFrameSink (Closed)
Patch Set: addressed nit Created 3 years, 9 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: content/renderer/mus/renderer_window_tree_client.h
diff --git a/content/renderer/mus/renderer_window_tree_client.h b/content/renderer/mus/renderer_window_tree_client.h
index 53cf3c870844b4a6e5a0ef3d9af26273aa51fb4a..d94094d057fac98e538e3bc6e6f4469b2d425dbf 100644
--- a/content/renderer/mus/renderer_window_tree_client.h
+++ b/content/renderer/mus/renderer_window_tree_client.h
@@ -20,7 +20,7 @@ class GpuMemoryBufferManager;
}
namespace ui {
-class WindowCompositorFrameSinkBinding;
+class ClientCompositorFrameSinkBinding;
}
namespace content {
@@ -150,7 +150,7 @@ class RendererWindowTreeClient : public ui::mojom::WindowTreeClient {
const int routing_id_;
ui::Id root_window_id_;
ui::mojom::WindowTreePtr tree_;
- std::unique_ptr<ui::WindowCompositorFrameSinkBinding> pending_frame_sink_;
+ std::unique_ptr<ui::ClientCompositorFrameSinkBinding> pending_frame_sink_;
mojo::Binding<ui::mojom::WindowTreeClient> binding_;
DISALLOW_COPY_AND_ASSIGN(RendererWindowTreeClient);

Powered by Google App Engine
This is Rietveld 408576698