diff options
Diffstat (limited to 'gfx/gl/GLBlitHelper.h')
-rw-r--r-- | gfx/gl/GLBlitHelper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/gl/GLBlitHelper.h b/gfx/gl/GLBlitHelper.h index c2858f5913..9dd8cd8870 100644 --- a/gfx/gl/GLBlitHelper.h +++ b/gfx/gl/GLBlitHelper.h @@ -107,9 +107,6 @@ class GLBlitHelper final void BindAndUploadEGLImage(EGLImage image, GLuint target); bool BlitPlanarYCbCrImage(layers::PlanarYCbCrImage* yuvImage); -#ifdef XP_MACOSX - bool BlitMacIOSurfaceImage(layers::MacIOSurfaceImage* ioImage); -#endif explicit GLBlitHelper(GLContext* gl); |