Commit 8207ee48 authored by paroga@webkit.org's avatar paroga@webkit.org

2011-03-26 Patrick Gansterer <paroga@webkit.org>

        Unreviewed EFL and WinCE build fix for r81977.

        * platform/graphics/FontPlatformData.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@82027 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent dc2927ba
2011-03-26 Patrick Gansterer <paroga@webkit.org>
Unreviewed EFL and WinCE build fix for r81977.
* platform/graphics/FontPlatformData.h:
2011-03-26 Patrick Gansterer <paroga@webkit.org>
Unreviewed WinCE build fix for r82000.
......@@ -22,16 +22,18 @@
*
*/
// FIXME: This is temporary until Chromium and QT switch to using this file.
// FIXME: This is temporary until all ports switch to using this file.
#if PLATFORM(CHROMIUM) && !OS(DARWIN)
#include "chromium/FontPlatformData.h"
#elif PLATFORM(QT)
#include "qt/FontPlatformData.h"
#elif PLATFORM(WIN) && OS(WINCE)
#include "wince/FontPlatformData.h"
#elif PLATFORM(WX)
#include "wx/FontPlatformData.h"
#elif PLATFORM(GTK) && USE(FREETYPE)
#elif (PLATFORM(EFL) || PLATFORM(GTK)) && USE(FREETYPE)
#include "freetype/FontPlatformData.h"
#elif PLATFORM(GTK) && USE(PANGO)
#elif (PLATFORM(EFL) || PLATFORM(GTK)) && USE(PANGO)
#include "pango/FontPlatformData.h"
#else
......@@ -354,6 +356,6 @@ private:
} // namespace WebCore
#endif
#endif // FontPlatformData_h
#endif // PLATFORM(CHROMIUM)
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment