| 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 0ef52ddc78dc79bd4eb30d03ed9e7054b27d18cc..ae1549b85cc49533d54c16d3c60072f5dcb68bf4 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);
 | 
|  }
 | 
|  
 | 
| +NativeContextType RenderingHelper::GetGLContext() { return gl_context_; }
 | 
| +
 | 
|  void* RenderingHelper::GetGLDisplay() {
 | 
|  #if GL_VARIANT_GLX
 | 
|    return x_display_;
 | 
| 
 |