Index: cc/surfaces/surface_aggregator.h |
diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h |
index 8ae3b04cad7757135a9ab2cc526dd5cf115c0c43..7c7700dda3b86e9e7402f6d92b443e3e8ac438cb 100644 |
--- a/cc/surfaces/surface_aggregator.h |
+++ b/cc/surfaces/surface_aggregator.h |
@@ -31,6 +31,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator { |
SurfaceAggregator(SurfaceManager* manager, ResourceProvider* provider); |
~SurfaceAggregator(); |
+ bool CanAggregate(); |
scoped_ptr<CompositorFrame> Aggregate(SurfaceId surface_id); |
void ReleaseResources(SurfaceId surface_id); |
SurfaceIndexMap& previous_contained_surfaces() { |