diff options
author | caryclark <caryclark@google.com> | 2016-12-12 14:02:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-12-12 14:02:33 -0800 |
commit | 8df02348924f66e14131aa378abc6c6ea7a352b6 (patch) | |
tree | c55116af66bf3131cdcf84fed096baa1fb34aeb1 | |
parent | 8d5d00b7270c198f9bfafcbd764ba0eff70fd5b1 (diff) | |
download | pdfium-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.h | 5 |
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, |