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

Changeset 181653 in webkit


Ignore:
Timestamp:
Mar 17, 2015, 11:02:56 AM (11 years ago)
Author:
achristensen@apple.com
Message:

[WinCairo] Unreviewed build fix after r181640.

  • platform/graphics/cairo/GraphicsContext3DCairo.cpp:

Tell Windows how to find ShaderLang.h.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181649 r181653  
     12015-03-17  Alex Christensen  <achristensen@webkit.org>
     2
     3        [WinCairo] Unreviewed build fix after r181640.
     4
     5        * platform/graphics/cairo/GraphicsContext3DCairo.cpp:
     6        Tell Windows how to find ShaderLang.h.
     7
    182015-03-17  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp

    r181629 r181653  
    4040#include "PlatformContextCairo.h"
    4141#include "RefPtrCairo.h"
     42#include <cairo.h>
     43
     44#if PLATFORM(WIN)
     45#include <GLSLANG/ShaderLang.h>
     46#else
    4247#include <ANGLE/ShaderLang.h>
    43 #include <cairo.h>
     48#endif
    4449
    4550#if USE(OPENGL_ES_2)
Note: See TracChangeset for help on using the changeset viewer.