Fix include for GrPortderDuffXferProcessor.cpp
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/771353005
This commit is contained in:
parent
5f14c5e038
commit
ced90108b7
@ -74,7 +74,6 @@
|
||||
],
|
||||
'include_dirs': [
|
||||
'../include/gpu',
|
||||
'../include/gpu/effects',
|
||||
],
|
||||
},
|
||||
},
|
||||
@ -95,7 +94,6 @@
|
||||
],
|
||||
'include_dirs': [
|
||||
'../include/gpu',
|
||||
'../include/gpu/effects',
|
||||
'../src/core',
|
||||
'../src/gpu',
|
||||
],
|
||||
|
@ -5,7 +5,7 @@
|
||||
* found in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "GrPorterDuffXferProcessor.h"
|
||||
#include "effects/GrPorterDuffXferProcessor.h"
|
||||
|
||||
#include "GrDrawState.h"
|
||||
#include "GrInvariantOutput.h"
|
||||
|
Loading…
Reference in New Issue
Block a user