| Index: cc/surfaces/compositor_frame_sink_support.h
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
|
| index 5eda4c0feb63e4c7588f750d37dc89058e8f60f1..f5abfed5b710020346b7f592531d9d67d1ea42ee 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.h
|
| +++ b/cc/surfaces/compositor_frame_sink_support.h
|
| @@ -15,7 +15,7 @@
|
| #include "cc/scheduler/begin_frame_source.h"
|
| #include "cc/surfaces/frame_sink_manager_client.h"
|
| #include "cc/surfaces/referenced_surface_tracker.h"
|
| -#include "cc/surfaces/surface_id.h"
|
| +#include "cc/surfaces/surface_info.h"
|
| #include "cc/surfaces/surface_resource_holder.h"
|
| #include "cc/surfaces/surface_resource_holder_client.h"
|
| #include "cc/surfaces/surfaces_export.h"
|
| @@ -105,8 +105,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
|
| void OnBeginFrameSourcePausedChanged(bool paused) override;
|
|
|
| void UpdateNeedsBeginFramesInternal();
|
| - std::unique_ptr<Surface> CreateSurface(
|
| - const LocalSurfaceId& local_surface_id);
|
| + std::unique_ptr<Surface> CreateSurface(const SurfaceInfo& surface_info);
|
| void DestroyCurrentSurface();
|
|
|
| CompositorFrameSinkSupportClient* const client_;
|
|
|