| Index: content/common/gpu/gpu_channel_manager.h
 | 
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
 | 
| index 638028eb0bf219a7c94d49659e1d784dbc86f2f1..71871a88a8735328fb9f5e79eedceef157fdedb0 100644
 | 
| --- a/content/common/gpu/gpu_channel_manager.h
 | 
| +++ b/content/common/gpu/gpu_channel_manager.h
 | 
| @@ -124,6 +124,7 @@ class GpuChannelManager : public IPC::Listener,
 | 
|    void OnDeleteImage(int32 client_id, int32 image_id, int32 sync_point);
 | 
|    void OnDeleteImageSyncPointRetired(ImageOperation*);
 | 
|    void OnLoadedShader(std::string shader);
 | 
| +  void OnCreateSurfaceTexture(int32 surface_texture_id, int32 process_handle);
 | 
|  
 | 
|    void OnLoseAllContexts();
 | 
|  
 | 
| 
 |