| Index: cc/surfaces/surface_aggregator.h
|
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
|
| index 0e6b44d5a44b57cdb4244755e7b790176ada0307..ae8f4883cfb3330f38f3647a43b3685706804ba8 100644
|
| --- a/cc/surfaces/surface_aggregator.h
|
| +++ b/cc/surfaces/surface_aggregator.h
|
| @@ -21,7 +21,6 @@
|
| namespace cc {
|
|
|
| class CompositorFrame;
|
| -class DelegatedFrameData;
|
| class ResourceProvider;
|
| class Surface;
|
| class SurfaceDrawQuad;
|
| @@ -91,7 +90,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
|
| RenderPassId parent_pass,
|
| PrewalkResult* result);
|
| void CopyUndrawnSurfaces(PrewalkResult* prewalk);
|
| - void CopyPasses(const DelegatedFrameData* frame_data, Surface* surface);
|
| + void CopyPasses(const CompositorFrame& frame, Surface* surface);
|
|
|
| // Remove Surfaces that were referenced before but aren't currently
|
| // referenced from the ResourceProvider.
|
|
|