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

Unified Diff: content/common/gpu/gpu_command_buffer_stub.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 | « content/common/gpu/gpu_channel.cc ('k') | content/common/gpu/gpu_command_buffer_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index 512012d0e690d5a554cb745aa32cbe4cb2421632..22b70d0317855403251900fa812424a3ea4ec828 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -73,6 +73,7 @@ class GpuCommandBufferStub
int32 surface_id,
GpuWatchdog* watchdog,
bool software,
+ bool use_virtual_gl_context,
const GURL& active_url);
virtual ~GpuCommandBufferStub();
@@ -208,6 +209,7 @@ class GpuCommandBufferStub
int32 route_id_;
int32 surface_id_;
bool software_;
+ bool use_virtual_gl_context_;
uint32 last_flush_count_;
scoped_ptr<gpu::CommandBufferService> command_buffer_;
« no previous file with comments | « content/common/gpu/gpu_channel.cc ('k') | content/common/gpu/gpu_command_buffer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698