summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h')
-rw-r--r--content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
index 5411502..e291c82 100644
--- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
@@ -64,6 +64,8 @@ class WebGraphicsContext3DCommandBufferImpl
virtual bool isGLES2Compliant();
+ virtual bool setParentContext(WebGraphicsContext3D* parent_context);
+
virtual void reshape(int width, int height);
virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size);