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