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

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

Issue 13647014: Attach flag to use virtual context for WebGraphicsContext3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove printf... Created 7 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
« no previous file with comments | « no previous file | content/common/gpu/client/gpu_channel_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/gpu_channel_host.h
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
index 1bac9ec99ab39c254f8858832ad843586ee70b1e..dda4f2da59c18d9bbf17fd061fb5db42aaaab0a7 100644
--- a/content/common/gpu/client/gpu_channel_host.h
+++ b/content/common/gpu/client/gpu_channel_host.h
@@ -125,6 +125,7 @@ class GpuChannelHost : public IPC::Sender,
const std::string& allowed_extensions,
const std::vector<int32>& attribs,
const GURL& active_url,
+ bool use_virtual_gl_context,
gfx::GpuPreference gpu_preference);
// Create and connect to a command buffer in the GPU process.
@@ -134,6 +135,7 @@ class GpuChannelHost : public IPC::Sender,
const std::string& allowed_extensions,
const std::vector<int32>& attribs,
const GURL& active_url,
+ bool use_virtual_gl_context,
gfx::GpuPreference gpu_preference);
// Creates a video decoder in the GPU process.
« no previous file with comments | « no previous file | content/common/gpu/client/gpu_channel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698