Index: cc/surfaces/surface_aggregator.h |
diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h |
index 99e93308f42622403f9e1da590829129fbc46472..e94261ecca11c74300fce5d1f08a9d0f4a1001c8 100644 |
--- a/cc/surfaces/surface_aggregator.h |
+++ b/cc/surfaces/surface_aggregator.h |
@@ -36,7 +36,7 @@ |
bool aggregate_only_damaged); |
~SurfaceAggregator(); |
- CompositorFrame Aggregate(SurfaceId surface_id); |
+ std::unique_ptr<CompositorFrame> Aggregate(SurfaceId surface_id); |
void ReleaseResources(SurfaceId surface_id); |
SurfaceIndexMap& previous_contained_surfaces() { |
return previous_contained_surfaces_; |