| Index: content/browser/compositor/surface_utils.cc
 | 
| diff --git a/content/browser/compositor/surface_utils.cc b/content/browser/compositor/surface_utils.cc
 | 
| index b0618e282612c36976415a88294d562f9968a4b7..902b818064d950b9ef519d8a16293447c8b29c16 100644
 | 
| --- a/content/browser/compositor/surface_utils.cc
 | 
| +++ b/content/browser/compositor/surface_utils.cc
 | 
| @@ -159,12 +159,12 @@ void PrepareBitmapCopyOutputResult(
 | 
|  
 | 
|  namespace content {
 | 
|  
 | 
| -uint32_t AllocateSurfaceClientId() {
 | 
| +cc::FrameSinkId AllocateFrameSinkId() {
 | 
|  #if defined(OS_ANDROID)
 | 
| -  return ContextProviderFactoryImpl::GetInstance()->AllocateSurfaceClientId();
 | 
| +  return ContextProviderFactoryImpl::GetInstance()->AllocateFrameSinkId();
 | 
|  #else
 | 
|    ImageTransportFactory* factory = ImageTransportFactory::GetInstance();
 | 
| -  return factory->GetContextFactory()->AllocateSurfaceClientId();
 | 
| +  return factory->GetContextFactory()->AllocateFrameSinkId();
 | 
|  #endif
 | 
|  }
 | 
|  
 | 
| 
 |