| Index: android_webview/browser/aw_render_thread_context_provider.h
 | 
| diff --git a/android_webview/browser/aw_render_thread_context_provider.h b/android_webview/browser/aw_render_thread_context_provider.h
 | 
| index ef0fecf13542cce9d1b6b0e1573f2a3d0b29774f..c8dc6ce3545ac431db760453a11507d30af4b782 100644
 | 
| --- a/android_webview/browser/aw_render_thread_context_provider.h
 | 
| +++ b/android_webview/browser/aw_render_thread_context_provider.h
 | 
| @@ -32,6 +32,8 @@ class AwRenderThreadContextProvider : public cc::ContextProvider {
 | 
|        scoped_refptr<gl::GLSurface> surface,
 | 
|        scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
 | 
|  
 | 
| +  uint32_t GetCopyTextureInternalFormat();
 | 
| +
 | 
|   private:
 | 
|    AwRenderThreadContextProvider(
 | 
|        scoped_refptr<gl::GLSurface> surface,
 | 
| 
 |