Fix include for GrPortderDuffXferProcessor.cpp

TBR=bsalomon@google.com

BUG=skia:

Review URL: https://codereview.chromium.org/771353005
This commit is contained in:
egdaniel 2014-12-05 12:40:52 -08:00 committed by Commit bot
parent 5f14c5e038
commit ced90108b7
2 changed files with 1 additions and 3 deletions

View File

@ -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',
],

View File

@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
#include "GrPorterDuffXferProcessor.h"
#include "effects/GrPorterDuffXferProcessor.h"
#include "GrDrawState.h"
#include "GrInvariantOutput.h"