Index: cc/surfaces/surface_aggregator.h |
diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h |
index 1e68643852fabf467ac0d655fb0921fdc35420f5..9cb0578819dd5a31b04a75f392d0e184f4377812 100644 |
--- a/cc/surfaces/surface_aggregator.h |
+++ b/cc/surfaces/surface_aggregator.h |
@@ -32,6 +32,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator { |
~SurfaceAggregator(); |
scoped_ptr<CompositorFrame> Aggregate(SurfaceId surface_id); |
+ void ReleaseResources(SurfaceId surface_id); |
SurfaceIndexMap& previous_contained_surfaces() { |
return previous_contained_surfaces_; |
} |