Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: content/browser/gpu/browser_gpu_channel_host_factory.h

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698