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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/common/gpu/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index 26edb3499ee019d3fd29a4a0b280324388422e01..d8f40feaac9a7f95a03958af36201dc5a051c6dd 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -53,7 +53,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
gpu::GpuStreamPriority stream_priority,
gpu::SurfaceHandle surface_handle,
const GURL& active_url,
- gfx::GpuPreference gpu_preference,
+ gl::GpuPreference gpu_preference,
bool automatic_flushes,
bool support_locking,
const gpu::SharedMemoryLimits& memory_limits,
@@ -109,7 +109,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
const gpu::GpuStreamPriority stream_priority_;
const gpu::SurfaceHandle surface_handle_;
const GURL active_url_;
- const gfx::GpuPreference gpu_preference_;
+ const gl::GpuPreference gpu_preference_;
const bool automatic_flushes_;
const bool support_locking_;
const gpu::SharedMemoryLimits memory_limits_;

Powered by Google App Engine
This is Rietveld 408576698