X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fcommon%2Fgpu%2Fmedia%2Frendering_helper.h;h=36b4924adb13ab2dfe8a1dc453cd56ebf959268b;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=081d0ba4f421c54fb7433fcac19ad7cccd0315e0;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/common/gpu/media/rendering_helper.h b/src/content/common/gpu/media/rendering_helper.h index 081d0ba..36b4924 100644 --- a/src/content/common/gpu/media/rendering_helper.h +++ b/src/content/common/gpu/media/rendering_helper.h @@ -78,6 +78,9 @@ class RenderingHelper { // Get the platform specific handle to the OpenGL display. void* GetGLDisplay(); + // Get the platform specific handle to the OpenGL context. + NativeContextType GetGLContext(); + // Get rendered thumbnails as RGB. // Sets alpha_solid to true if the alpha channel is entirely 0xff. void GetThumbnailsAsRGB(std::vector* rgb,