aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-07-22 08:29:48 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-22 19:30:37 +0000
commit54518ac1c2a447010ba17e8a734019471c25eeb9 (patch)
treec82fb858db38cb4d805b141e2c5968376e290b68 /include/utils
parent31599e98dfef28e25da615d62bcc9a812a740880 (diff)
remove unused SkPoint3 from SkColor.h
Bug: skia: Change-Id: Iba327a5604dc11525c4d8d0a535a7c417a1b8185 Reviewed-on: https://skia-review.googlesource.com/25961 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/SkShadowUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/SkShadowUtils.h b/include/utils/SkShadowUtils.h
index 0ac2f3708d..5409731d37 100644
--- a/include/utils/SkShadowUtils.h
+++ b/include/utils/SkShadowUtils.h
@@ -9,6 +9,7 @@
#define SkShadowUtils_DEFINED
#include "SkColor.h"
+#include "SkPoint3.h"
#include "SkScalar.h"
#include "../private/SkShadowFlags.h"
#include <functional>