Index: content/common/gpu/media/rendering_helper.cc |
diff --git a/content/common/gpu/media/rendering_helper.cc b/content/common/gpu/media/rendering_helper.cc |
index e7e825d58ecb79a25f2f4729d74b4a23f36064c9..7d9e410f4df788200f1d40649610e66ff03721d0 100644 |
--- a/content/common/gpu/media/rendering_helper.cc |
+++ b/content/common/gpu/media/rendering_helper.cc |
@@ -485,6 +485,8 @@ 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_; |