Changeset 181653 in webkit
- Timestamp:
- Mar 17, 2015, 11:02:56 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/cairo/GraphicsContext3DCairo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r181649 r181653 1 2015-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 1 8 2015-03-17 Chris Dumez <cdumez@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp
r181629 r181653 40 40 #include "PlatformContextCairo.h" 41 41 #include "RefPtrCairo.h" 42 #include <cairo.h> 43 44 #if PLATFORM(WIN) 45 #include <GLSLANG/ShaderLang.h> 46 #else 42 47 #include <ANGLE/ShaderLang.h> 43 # include <cairo.h>48 #endif 44 49 45 50 #if USE(OPENGL_ES_2)
Note:
See TracChangeset
for help on using the changeset viewer.