Bug 719776 - Part 3: Only include ScaledFontWin when using Skia. r=jrmuizel

This commit is contained in:
Bas Schouten 2012-04-12 02:03:07 +02:00
Родитель 8bbec9c342
Коммит 67c85e32ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@
#include "ScaledFontFreetype.h"
#endif
#ifdef WIN32
#if defined(WIN32) && defined(USE_SKIA)
#include "ScaledFontWin.h"
#endif