| Index: content/common/gpu/media/rendering_helper.h
|
| diff --git a/content/common/gpu/media/rendering_helper.h b/content/common/gpu/media/rendering_helper.h
|
| index 8a6c28bd3f75de8b1a4c4f5d9c9338ae6c8080ca..ad178f5f30b090dc1ffbb0bd413ebd422a63d6d7 100644
|
| --- a/content/common/gpu/media/rendering_helper.h
|
| +++ b/content/common/gpu/media/rendering_helper.h
|
| @@ -135,10 +135,7 @@ class RenderingHelper {
|
| void* GetGLDisplay();
|
|
|
| // Get the GL context.
|
| - scoped_refptr<gfx::GLContext> GetGLContext();
|
| -
|
| - // Get the platform specific handle to the OpenGL context.
|
| - void* GetGLContextHandle();
|
| + gfx::GLContext* GetGLContext();
|
|
|
| // Get rendered thumbnails as RGB.
|
| // Sets alpha_solid to true if the alpha channel is entirely 0xff.
|
|
|