aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-07-28 13:43:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-28 13:43:04 -0700
commit4beef91ec04b2edfbe983e672d50cd8f477eda7f (patch)
treef20514f1f6c0994ff360565de198965e8ea48c1c /include
parent939f430f660d26e46116a38d2a8436afbd55dfb9 (diff)
Revert of Remove relative path to GrColor.h in SkShader.h (https://codereview.chromium.org/422023005/)
Reason for revert: As Ben suspected, this breaks the chrome build. Original issue's description: > Remove relative path to GrColor.h in SkShader.h > > Committed: https://skia.googlesource.com/skia/+/939f430f660d26e46116a38d2a8436afbd55dfb9 R=bungeman@google.com, george@mozilla.com TBR=bungeman@google.com, george@mozilla.com NOTREECHECKS=true NOTRY=true Author: bsalomon@google.com Review URL: https://codereview.chromium.org/423943005
Diffstat (limited to 'include')
-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 db40882b89..e5af40dd7a 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 "GrColor.h"
+#include "../gpu/GrColor.h"
class SkPath;
class SkPicture;