Bug 1380301 - Add missing "#ifdef MOZ_ENABLE_SKIA_PDF" to nsDeviceContextSpecWin.h r=heycam

MozReview-Commit-ID: YxvOID7Xbp

--HG--
extra : rebase_source : 5e8b4e37e7f74e4f0eecd35b5e5366a7953cb996
This commit is contained in:
Farmer Tseng 2017-07-13 13:07:18 +08:00
Родитель 0f2337c0c7
Коммит 225f9a9b82
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -27,7 +27,9 @@ class PDFViaEMFPrintHelper;
class nsDeviceContextSpecWin : public nsIDeviceContextSpec
{
#ifdef MOZ_ENABLE_SKIA_PDF
typedef mozilla::widget::PDFViaEMFPrintHelper PDFViaEMFPrintHelper;
#endif
public:
nsDeviceContextSpecWin();