From 8df02348924f66e14131aa378abc6c6ea7a352b6 Mon Sep 17 00:00:00 2001 From: caryclark Date: Mon, 12 Dec 2016 14:02:33 -0800 Subject: fix linux build Found when adding pdf_use_skia_paths canary to skia status R=dsinclair@chromium.org, borenet@google.com BUG=skia:5849 Review-Url: https://codereview.chromium.org/2569003002 --- core/fxge/skia/fx_skia_device.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/fxge/skia') diff --git a/core/fxge/skia/fx_skia_device.h b/core/fxge/skia/fx_skia_device.h index c83f9919e0..ff81daef46 100644 --- a/core/fxge/skia/fx_skia_device.h +++ b/core/fxge/skia/fx_skia_device.h @@ -18,13 +18,10 @@ class SkMatrix; class SkPaint; class SkPath; class SkPictureRecorder; +class SkiaState; struct FXTEXT_CHARPOS; struct SkIRect; -#ifdef _SKIA_SUPPORT_ -class SkiaState; -#endif - class CFX_SkiaDeviceDriver : public IFX_RenderDeviceDriver { public: CFX_SkiaDeviceDriver(CFX_DIBitmap* pBitmap, -- cgit v1.2.3