| Index: gpu/command_buffer/service/gl_context_virtual.h
|
| diff --git a/gpu/command_buffer/service/gl_context_virtual.h b/gpu/command_buffer/service/gl_context_virtual.h
|
| index fdecbddbc463e91d407ea98774f1d7f4d0f4fc03..3e4782cf1f2d7dc6570cdb160d90691348dfb382 100644
|
| --- a/gpu/command_buffer/service/gl_context_virtual.h
|
| +++ b/gpu/command_buffer/service/gl_context_virtual.h
|
| @@ -52,6 +52,8 @@ class GPU_EXPORT GLContextVirtual : public gfx::GLContext {
|
| protected:
|
| virtual ~GLContextVirtual();
|
|
|
| + virtual bool IsVirtualContext() OVERRIDE;
|
| +
|
| private:
|
| scoped_refptr<gfx::GLContext> shared_context_;
|
| gfx::Display* display_;
|
|
|