⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 173546 in webkit


Ignore:
Timestamp:
Sep 11, 2014, 3:46:00 PM (12 years ago)
Author:
roger_fong@apple.com
Message:

[Windows] Unreviewed build fix.

  • platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:

(WebCore::GraphicsContext3D::checkVaryingsPacking):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r173544 r173546  
     12014-09-11  Roger Fong  <roger_fong@apple.com>
     2
     3        [Windows] Unreviewed build fix.
     4
     5        * platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:
     6        (WebCore::GraphicsContext3D::checkVaryingsPacking):
     7
    182014-09-11  Beth Dakin  <bdakin@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp

    r173539 r173546  
    377377
    378378    GC3Dint maxVaryingVectors = 0;
    379 #if !PLATFORM(IOS)
     379#if !PLATFORM(IOS) && !(PLATFORM(WIN) && USE(OPENGL_ES_2))
    380380    GC3Dint maxVaryingFloats = 0;
    381381    ::glGetIntegerv(GL_MAX_VARYING_FLOATS, &maxVaryingFloats);
Note: See TracChangeset for help on using the changeset viewer.