| Index: cc/surfaces/surface_aggregator.h
 | 
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
 | 
| index de9a6d68f144982e9ad30c4e754cd482c143d47a..65174b531d89c0481b75b6eac2ecb569e14df1e9 100644
 | 
| --- a/cc/surfaces/surface_aggregator.h
 | 
| +++ b/cc/surfaces/surface_aggregator.h
 | 
| @@ -34,8 +34,8 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
 | 
|        std::set<SurfaceId>* contained_surfaces);
 | 
|  
 | 
|   private:
 | 
| -  RenderPass::Id RemapPassId(RenderPass::Id surface_local_pass_id,
 | 
| -                             SurfaceId surface_id);
 | 
| +  RenderPassId RemapPassId(RenderPassId surface_local_pass_id,
 | 
| +                           SurfaceId surface_id);
 | 
|  
 | 
|    void HandleSurfaceQuad(const SurfaceDrawQuad* surface_quad,
 | 
|                           RenderPass* dest_pass);
 | 
| 
 |