Changeset 161428 in webkit


Ignore:
Timestamp:
Jan 7, 2014 9:34:59 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Fix compilation issue with GLES2 after http://webkit.org/b/126548
https://bugs.webkit.org/show_bug.cgi?id=126578

Patch by Pascal Jacquemart <p.jacquemart@samsung.com> on 2014-01-07
Reviewed by Brent Fulgham

  • platform/graphics/opengl/TemporaryOpenGLSetting.cpp: added GLES2/gl2.h include
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161425 r161428  
     12014-01-07  Pascal Jacquemart  <p.jacquemart@samsung.com>
     2
     3        Fix compilation issue with GLES2 after http://webkit.org/b/126548
     4        https://bugs.webkit.org/show_bug.cgi?id=126578
     5
     6        Reviewed by  Brent Fulgham
     7
     8        * platform/graphics/opengl/TemporaryOpenGLSetting.cpp: added GLES2/gl2.h include
     9
    1102014-01-07  László Langó  <llango.u-szeged@partner.samsung.com>
    211
  • trunk/Source/WebCore/platform/graphics/opengl/TemporaryOpenGLSetting.cpp

    r161389 r161428  
    3131
    3232#if USE(OPENGL_ES_2)
     33#include <GLES2/gl2.h>
    3334#include "OpenGLESShims.h"
    3435#elif PLATFORM(MAC)
Note: See TracChangeset for help on using the changeset viewer.