| 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_;
|
|
|