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 9ec79ab109cdb5c5becb2563b3fe0426baf20f2a..709289e0b2ab19dfad6c8cc012c1b3e53c7e7c82 100644 |
--- a/content/common/gpu/client/context_provider_command_buffer.h |
+++ b/content/common/gpu/client/context_provider_command_buffer.h |
@@ -53,6 +53,7 @@ |
gpu::GpuStreamPriority stream_priority, |
gpu::SurfaceHandle surface_handle, |
const GURL& active_url, |
+ gl::GpuPreference gpu_preference, |
bool automatic_flushes, |
bool support_locking, |
const gpu::SharedMemoryLimits& memory_limits, |
@@ -111,6 +112,7 @@ |
const gpu::GpuStreamPriority stream_priority_; |
const gpu::SurfaceHandle surface_handle_; |
const GURL active_url_; |
+ const gl::GpuPreference gpu_preference_; |
const bool automatic_flushes_; |
const bool support_locking_; |
const gpu::SharedMemoryLimits memory_limits_; |