aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleIdentityScale.cpp
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2016-12-12 10:02:12 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-12 15:38:31 +0000
commitebfce6d9b42198e04288a15953f40c395a7b6139 (patch)
treeedb5bfa26c2efb5c58f7071efb3811ca33e23560 /samplecode/SampleIdentityScale.cpp
parentc30833327f0dda75a8fbe061f3f1966d1f6621a3 (diff)
change SkClipOp to a class enum
BUG=skia: Change-Id: I25dbe6d6b8666a2a0a7be7bdd2ae0b067868d14e Reviewed-on: https://skia-review.googlesource.com/5718 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'samplecode/SampleIdentityScale.cpp')
-rw-r--r--samplecode/SampleIdentityScale.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samplecode/SampleIdentityScale.cpp b/samplecode/SampleIdentityScale.cpp
index ae6092ac89..95970e7f45 100644
--- a/samplecode/SampleIdentityScale.cpp
+++ b/samplecode/SampleIdentityScale.cpp
@@ -17,6 +17,7 @@
#include "SkRandom.h"
#include "SkStream.h"
#include "SkTime.h"
+#include "SkClipOpPriv.h"
// Intended to exercise pixel snapping observed with scaled images (and
// with non-scaled images, but for a different reason): Bug 1145