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