summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaryclark <caryclark@google.com>2016-12-12 14:02:33 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-12 14:02:33 -0800
commit8df02348924f66e14131aa378abc6c6ea7a352b6 (patch)
treec55116af66bf3131cdcf84fed096baa1fb34aeb1
parent8d5d00b7270c198f9bfafcbd764ba0eff70fd5b1 (diff)
downloadpdfium-8df02348924f66e14131aa378abc6c6ea7a352b6.tar.xz
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
-rw-r--r--core/fxge/skia/fx_skia_device.h5
1 files changed, 1 insertions, 4 deletions
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,