aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkShader.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-07-28 13:27:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-28 13:27:35 -0700
commit939f430f660d26e46116a38d2a8436afbd55dfb9 (patch)
tree96ab412e20f2434deb3b219c8ebb52a1cc6b3ed3 /include/core/SkShader.h
parent186e699efe6ca239ce0a9ae1d83597ae2a5a04f0 (diff)
Remove relative path to GrColor.h in SkShader.h
R=bungeman@google.com, george@mozilla.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/422023005
Diffstat (limited to 'include/core/SkShader.h')
-rw-r--r--include/core/SkShader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index e5af40dd7a..db40882b89 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -14,7 +14,7 @@
#include "SkMask.h"
#include "SkMatrix.h"
#include "SkPaint.h"
-#include "../gpu/GrColor.h"
+#include "GrColor.h"
class SkPath;
class SkPicture;