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
This commit is contained in:
bsalomon 2014-07-28 13:27:35 -07:00 committed by Commit bot
parent 186e699efe
commit 939f430f66
2 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@
'include_dirs': [
'../include/config',
'../include/core',
'../include/gpu',
'../include/pathops',
'../include/pipe',
'../include/ports',
@ -91,8 +92,7 @@
}],
['skia_gpu == 1', {
'include_dirs': [
'../include/gpu',
'../src/gpu',
'../src/gpu',
],
}],
],
@ -100,6 +100,7 @@
'include_dirs': [
'../include/config',
'../include/core',
'../include/gpu',
'../include/pathops',
'../include/pipe',
],

View File

@ -14,7 +14,7 @@
#include "SkMask.h"
#include "SkMatrix.h"
#include "SkPaint.h"
#include "../gpu/GrColor.h"
#include "GrColor.h"
class SkPath;
class SkPicture;