| Index: mojo/services/view_manager/view_manager_connection.h
|
| diff --git a/mojo/services/view_manager/view_manager_connection.h b/mojo/services/view_manager/view_manager_connection.h
|
| index 5653ac51890ff67ad80a3eb318911d6ee4246d30..d0c16ab46cb86b105d4d1ef082d2af4613c4bfef 100644
|
| --- a/mojo/services/view_manager/view_manager_connection.h
|
| +++ b/mojo/services/view_manager/view_manager_connection.h
|
| @@ -160,7 +160,8 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerConnection
|
| const Callback<void(bool)>& callback) OVERRIDE;
|
| virtual void SetViewContents(TransportViewId view_id,
|
| ScopedSharedBufferHandle buffer,
|
| - uint32_t buffer_size) OVERRIDE;
|
| + uint32_t buffer_size,
|
| + const Callback<void(bool)>& callback) OVERRIDE;
|
| virtual void SetRoots(
|
| TransportConnectionId connection_id,
|
| const Array<TransportNodeId>& transport_node_ids,
|
|
|