| Index: cc/resources/resource_provider.h | 
| diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h | 
| index ef83e641f4e7b090eb05205c9336ee2bf6f55444..38d086ded899777379b128abdf11d89ead00f17a 100644 | 
| --- a/cc/resources/resource_provider.h | 
| +++ b/cc/resources/resource_provider.h | 
| @@ -101,6 +101,7 @@ | 
| ResourceFormat best_render_buffer_format() const { | 
| return best_render_buffer_format_; | 
| } | 
| +  ResourceFormat YuvResourceFormat(int bits) const; | 
| bool use_sync_query() const { return use_sync_query_; } | 
| gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager() { | 
| return gpu_memory_buffer_manager_; | 
| @@ -689,6 +690,8 @@ | 
| bool use_texture_format_bgra_; | 
| bool use_texture_usage_hint_; | 
| bool use_compressed_texture_etc1_; | 
| +  ResourceFormat yuv_resource_format_; | 
| +  ResourceFormat yuv_highbit_resource_format_; | 
| int max_texture_size_; | 
| ResourceFormat best_texture_format_; | 
| ResourceFormat best_render_buffer_format_; | 
|  |