diff options
author | herb <herb@google.com> | 2015-11-24 12:41:00 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-24 12:41:01 -0800 |
commit | 11a7f7f5998cb3d5605741e37a7f12f7477d480c (patch) | |
tree | 5f4fa12c232a7ac364084625b672e7a447546858 /src/device | |
parent | ff2103200bad7abcf8929ae22ac78a9f4f725142 (diff) |
Remove SkDrawProcs
TBR=reed@google.com
Review URL: https://codereview.chromium.org/1476563002
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/xps/SkXPSDevice.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp index f9715985e0..86c729c9e4 100644 --- a/src/device/xps/SkXPSDevice.cpp +++ b/src/device/xps/SkXPSDevice.cpp @@ -23,7 +23,6 @@ #include "SkConstexprMath.h" #include "SkData.h" #include "SkDraw.h" -#include "SkDrawProcs.h" #include "SkEndian.h" #include "SkFindAndPlaceGlyph.h" #include "SkGeometry.h" |