| 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(
|
|
|