| Index: cc/trees/channel_main.h
|
| diff --git a/cc/trees/channel_main.h b/cc/trees/channel_main.h
|
| index 35d553ba38373ccbf7d08066c221174b6d442b92..538d4c8678d7063de0f5ddd824c2fd1145c44486 100644
|
| --- a/cc/trees/channel_main.h
|
| +++ b/cc/trees/channel_main.h
|
| @@ -62,8 +62,7 @@ class CC_EXPORT ChannelMain {
|
|
|
| // Must be called before using the channel.
|
| virtual void SynchronouslyInitializeImpl(
|
| - LayerTreeHostInProcess* layer_tree_host,
|
| - std::unique_ptr<BeginFrameSource> external_begin_frame_source) = 0;
|
| + LayerTreeHostInProcess* layer_tree_host) = 0;
|
|
|
| // Must be called before deleting the channel.
|
| virtual void SynchronouslyCloseImpl() = 0;
|
|
|