| Index: gpu/command_buffer/service/gl_context_virtual.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gl_context_virtual.h (revision 194412)
|
| +++ gpu/command_buffer/service/gl_context_virtual.h (working copy)
|
| @@ -46,6 +46,7 @@
|
| virtual void SetSwapInterval(int interval) OVERRIDE;
|
| virtual std::string GetExtensions() OVERRIDE;
|
| virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
|
| + virtual void SetSafeToForceGpuSwitch() OVERRIDE;
|
| virtual bool WasAllocatedUsingRobustnessExtension() OVERRIDE;
|
|
|
| protected:
|
|
|