Ticket #52281: patch-Source-WebCore-platform-graphics-OpenGLShims.h.diff

File patch-Source-WebCore-platform-graphics-OpenGLShims.h.diff, 466 bytes (added by gwhitney, 8 years ago)

patchfile for webkit2-gtk

  • Source/WebCore/platform/graphics/OpenGLShims.h

    old new  
    2020#ifndef OpenGLShims_h
    2121#define OpenGLShims_h
    2222
     23#if ENABLE(OPENGL)
    2324#include <GL/gl.h>
    2425#include <GL/glext.h>
    2526
     
    384385#define glVertexAttribPointer                  LOOKUP_GL_FUNCTION(glVertexAttribPointer)
    385386#endif
    386387
     388#endif // ENABLE(OPENGL)
     389
    387390#endif