summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
Diffstat (limited to 'webkit')
-rw-r--r--webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc5
-rw-r--r--webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h2
-rw-r--r--webkit/gpu/webgraphicscontext3d_in_process_impl.cc5
-rw-r--r--webkit/gpu/webgraphicscontext3d_in_process_impl.h2
4 files changed, 0 insertions, 14 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
index 5e91359..0b623cc 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
@@ -879,11 +879,6 @@ bool WebGraphicsContext3DInProcessCommandBufferImpl::isGLES2Compliant() {
return true;
}
-bool WebGraphicsContext3DInProcessCommandBufferImpl::setParentContext(
- WebGraphicsContext3D* parent_context) {
- return false;
-}
-
WebGLId WebGraphicsContext3DInProcessCommandBufferImpl::getPlatformTextureId() {
DCHECK(context_);
return context_->GetParentTextureId();
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
index ce6ce46..5e2df99 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
@@ -65,8 +65,6 @@ class WebGraphicsContext3DInProcessCommandBufferImpl
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);
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
index a729099..e7d5757 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
@@ -298,11 +298,6 @@ bool WebGraphicsContext3DInProcessImpl::isGLES2Compliant() {
return is_gles2_;
}
-bool WebGraphicsContext3DInProcessImpl::setParentContext(
- WebGraphicsContext3D* parent_context) {
- return false;
-}
-
WebGLId WebGraphicsContext3DInProcessImpl::getPlatformTextureId() {
return texture_;
}
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 05bc06d..aafff28 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -65,8 +65,6 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
virtual bool isGLES2Compliant();
- virtual bool setParentContext(WebGraphicsContext3D* parent_context);
-
virtual void reshape(int width, int height);
virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize);