| Index: cc/resources/video_resource_updater.h
 | 
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
 | 
| index 4dba54c42d3aaeaa8e616367b2c4e83c282df4cb..a5c063dd7681dad8dc4b8839575a5a810351f1d4 100644
 | 
| --- a/cc/resources/video_resource_updater.h
 | 
| +++ b/cc/resources/video_resource_updater.h
 | 
| @@ -138,6 +138,7 @@ class CC_EXPORT VideoResourceUpdater
 | 
|    typedef std::list<PlaneResource> ResourceList;
 | 
|    ResourceList::iterator AllocateResource(const gfx::Size& plane_size,
 | 
|                                            ResourceFormat format,
 | 
| +                                          const gfx::ColorSpace& color_space,
 | 
|                                            bool has_mailbox,
 | 
|                                            bool immutable_hint);
 | 
|    void DeleteResource(ResourceList::iterator resource_it);
 | 
| 
 |