Changeset 190557 in webkit
- Timestamp:
- Oct 5, 2015, 12:04:44 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r190547 r190557 1 2015-10-05 Zan Dobersek <zdobersek@igalia.com> 2 3 Make gdk.h inclusion in FontPlatformDataFreeType.cpp properly GTK-specific 4 https://bugs.webkit.org/show_bug.cgi?id=149793 5 6 Reviewed by Carlos Garcia Campos. 7 8 * platform/graphics/freetype/FontPlatformDataFreeType.cpp: 9 Instead of including <gdk/gdk.h> header for all platforms but EFL, only 10 include it for the GTK platform, since no other platform depends on the 11 GDK library. 12 1 13 2015-10-03 Ricky Mondello <rmondello@apple.com> 2 14 -
trunk/Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
r188130 r190557 36 36 #include <wtf/text/WTFString.h> 37 37 38 #if !PLATFORM(EFL)38 #if PLATFORM(GTK) 39 39 #include <gdk/gdk.h> 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.