diff options
Diffstat (limited to 'webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc index 36858fb..f633323 100644 --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc @@ -881,6 +881,11 @@ bool WebGraphicsContext3DInProcessCommandBufferImpl::isGLES2Compliant() { return true; } +bool WebGraphicsContext3DInProcessCommandBufferImpl::setParentContext( + WebGraphicsContext3D* parent_context) { + return false; +} + WebGLId WebGraphicsContext3DInProcessCommandBufferImpl::getPlatformTextureId() { DCHECK(context_); return context_->GetParentTextureId(); |