| Index: content/browser/gpu/browser_gpu_channel_host_factory.h
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.h b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| index e8919d28662634536a6e87c329208418014eafa6..50abbc32ff785679a1d7ca9a488c27462d7cf3ac 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.h
|
| @@ -36,9 +36,9 @@ class CONTENT_EXPORT BrowserGpuChannelHostFactory
|
| int GpuProcessHostId() { return gpu_host_id_; }
|
| #if !defined(OS_ANDROID)
|
| GpuChannelHost* EstablishGpuChannelSync(
|
| - CauseForGpuLaunch cause_for_gpu_launch);
|
| + gpu::CauseForGpuLaunch cause_for_gpu_launch);
|
| #endif
|
| - void EstablishGpuChannel(CauseForGpuLaunch cause_for_gpu_launch,
|
| + void EstablishGpuChannel(gpu::CauseForGpuLaunch cause_for_gpu_launch,
|
| const base::Closure& callback);
|
| GpuChannelHost* GetGpuChannel();
|
| int GetGpuChannelId() { return gpu_client_id_; }
|
|
|