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

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

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Fix bitmap_uploader Created 4 years, 2 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/compositor_mus_connection.h
diff --git a/content/renderer/mus/compositor_mus_connection.h b/content/renderer/mus/compositor_mus_connection.h
index 35f213c6f63c91ae1e625c258a07f2f5bf01d05f..f1657e45de92166d07f79609bb388b60b6ab4e43 100644
--- a/content/renderer/mus/compositor_mus_connection.h
+++ b/content/renderer/mus/compositor_mus_connection.h
@@ -50,7 +50,7 @@ class CONTENT_EXPORT CompositorMusConnection
// Attaches the provided |surface_binding| with the ui::Window for the
// renderer once it becomes available.
- void AttachSurfaceOnMainThread(
+ void AttachCompositorFrameSinkOnMainThread(
std::unique_ptr<ui::WindowSurfaceBinding> surface_binding);
private:
@@ -59,7 +59,7 @@ class CONTENT_EXPORT CompositorMusConnection
~CompositorMusConnection() override;
- void AttachSurfaceOnCompositorThread(
+ void AttachCompositorFrameSinkOnCompositorThread(
std::unique_ptr<ui::WindowSurfaceBinding> surface_binding);
void CreateWindowTreeClientOnCompositorThread(

Powered by Google App Engine
This is Rietveld 408576698