diff options
author | caryclark <caryclark@google.com> | 2016-05-19 07:01:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 07:01:03 -0700 |
commit | 749c14c24f7e8a838efc077a45ca7fe41db3e2ee (patch) | |
tree | af5fd5b293e505eb04610214f3c22839ccc0a199 /core/fxge/apple | |
parent | 7b214237e2be6a0d962987d222c73161620c0a27 (diff) | |
download | pdfium-749c14c24f7e8a838efc077a45ca7fe41db3e2ee.tar.xz |
Remove agg from skia build
This removes the last vestiges of antigrain from
a Skia-specific build.
R=dsinclair@chromium.org,tsepez@chromium.org,thestig@chromium.org,reed@google.com
Review-Url: https://codereview.chromium.org/1998623002
Diffstat (limited to 'core/fxge/apple')
-rw-r--r-- | core/fxge/apple/fx_apple_platform.cpp | 3 | ||||
-rw-r--r-- | core/fxge/apple/fx_quartz_device.cpp | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/core/fxge/apple/fx_apple_platform.cpp b/core/fxge/apple/fx_apple_platform.cpp index e45b238cb5..a641ad5f85 100644 --- a/core/fxge/apple/fx_apple_platform.cpp +++ b/core/fxge/apple/fx_apple_platform.cpp @@ -9,7 +9,10 @@ #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ +#ifndef _SKIA_SUPPORT_ #include "core/fxge/agg/fx_agg_driver.h" +#endif + #include "core/fxge/apple/apple_int.h" #include "core/fxge/dib/dib_int.h" #include "core/fxge/ge/fx_text_int.h" diff --git a/core/fxge/apple/fx_quartz_device.cpp b/core/fxge/apple/fx_quartz_device.cpp index f3a4428ecc..6669899300 100644 --- a/core/fxge/apple/fx_quartz_device.cpp +++ b/core/fxge/apple/fx_quartz_device.cpp @@ -5,7 +5,11 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fxcrt/include/fx_ext.h" + +#ifndef _SKIA_SUPPORT_ #include "core/fxge/agg/fx_agg_driver.h" +#endif + #include "core/fxge/dib/dib_int.h" #include "core/fxge/ge/fx_text_int.h" #include "core/fxge/include/fx_freetype.h" |