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:
parent
186e699efe
commit
939f430f66
@ -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',
|
||||
],
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "SkMask.h"
|
||||
#include "SkMatrix.h"
|
||||
#include "SkPaint.h"
|
||||
#include "../gpu/GrColor.h"
|
||||
#include "GrColor.h"
|
||||
|
||||
class SkPath;
|
||||
class SkPicture;
|
||||
|
Loading…
Reference in New Issue
Block a user