summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/media/rendering_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/media/rendering_helper.cc')
-rw-r--r--content/common/gpu/media/rendering_helper.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/gpu/media/rendering_helper.cc b/content/common/gpu/media/rendering_helper.cc
index c18cffc..04a3c05 100644
--- a/content/common/gpu/media/rendering_helper.cc
+++ b/content/common/gpu/media/rendering_helper.cc
@@ -517,10 +517,6 @@ void RenderingHelper::DeleteTexture(uint32 texture_id) {
CHECK_EQ(static_cast<int>(glGetError()), GL_NO_ERROR);
}
-void* RenderingHelper::GetGLContext() {
- return gl_context_;
-}
-
void* RenderingHelper::GetGLDisplay() {
#if GL_VARIANT_GLX
return x_display_;