Changeset 211718 in webkit


Ignore:
Timestamp:
Feb 6, 2017 12:51:48 AM (7 years ago)
Author:
achristensen@apple.com
Message:

Fix WinCairo build after r211681
https://bugs.webkit.org/show_bug.cgi?id=167096

  • platform/graphics/texmap/TextureMapperGC3DPlatformLayer.cpp:

Include some necessary GLES headers.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r211716 r211718  
     12017-02-06  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix WinCairo build after r211681
     4        https://bugs.webkit.org/show_bug.cgi?id=167096
     5
     6        * platform/graphics/texmap/TextureMapperGC3DPlatformLayer.cpp:
     7        Include some necessary GLES headers.
     8
    192017-02-05  Wenson Hsieh  <wenson_hsieh@apple.com>
    210
  • trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGC3DPlatformLayer.cpp

    r211681 r211718  
    2222
    2323#if USE(TEXTURE_MAPPER) && !PLATFORM(EFL)
     24
     25#if USE(OPENGL_ES_2)
     26#include <GLES2/gl2.h>
     27#include <GLES2/gl2ext.h>
     28#endif
    2429
    2530#include "BitmapTextureGL.h"
Note: See TracChangeset for help on using the changeset viewer.