diff options
author | Hal Canary <halcanary@google.com> | 2018-06-12 14:50:37 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-12 20:24:43 +0000 |
commit | 50dbc0949fb256a316163143e649028eeed2970a (patch) | |
tree | b0069d2b47cccfb207d4a5245f18a6b9455c3300 /samplecode | |
parent | bc718c1e9ce0b4c2d10458f4c3549fd98e10a9f2 (diff) |
SkTypes: more into SkMacros
Change-Id: I4c9a2d81a1bc4ccebc78eea56c0de116b98d415e
Reviewed-on: https://skia-review.googlesource.com/134330
Commit-Queue: Hal Canary <halcanary@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'samplecode')
-rw-r--r-- | samplecode/SampleAAGeometry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samplecode/SampleAAGeometry.cpp b/samplecode/SampleAAGeometry.cpp index 75657a1883..c431033d20 100644 --- a/samplecode/SampleAAGeometry.cpp +++ b/samplecode/SampleAAGeometry.cpp @@ -10,6 +10,7 @@ #include "SkCanvas.h" #include "SkGeometry.h" #include "SkIntersections.h" +#include "SkMacros.h" #include "SkOpEdgeBuilder.h" // #include "SkPathOpsSimplifyAA.h" // #include "SkPathStroker.h" |