From 9e6206a1b510012e2a65bddc6d85f7db2cef4b0f Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Wed, 29 Oct 2014 21:42:44 +0000 Subject: [PATCH] Bug 1088588 - fix ifdef in X11TextureSourceOGL.cpp, patch by Dirk Mueller, r=nical --- gfx/layers/opengl/X11TextureSourceOGL.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gfx/layers/opengl/X11TextureSourceOGL.cpp b/gfx/layers/opengl/X11TextureSourceOGL.cpp index 7ecd4e624e89..b744e92b3761 100644 --- a/gfx/layers/opengl/X11TextureSourceOGL.cpp +++ b/gfx/layers/opengl/X11TextureSourceOGL.cpp @@ -101,7 +101,7 @@ X11TextureSourceOGL::ContentTypeToSurfaceFormat(gfxContentType aType) } } -#endif +} +} -} -} +#endif