| Index: src/effects/SkLightingImageFilter.cpp
|
| diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
|
| index 9d7ce95b07af4d966cb27d3e6e3ff657201eacb7..3e6a903eabebb249838629ae913df9a210b61a2d 100644
|
| --- a/src/effects/SkLightingImageFilter.cpp
|
| +++ b/src/effects/SkLightingImageFilter.cpp
|
| @@ -15,9 +15,11 @@
|
| #include "SkTypes.h"
|
|
|
| #if SK_SUPPORT_GPU
|
| +#include "GrContext.h"
|
| #include "GrDrawContext.h"
|
| #include "GrFragmentProcessor.h"
|
| #include "GrInvariantOutput.h"
|
| +#include "GrPaint.h"
|
| #include "effects/GrSingleTextureEffect.h"
|
| #include "gl/GrGLProcessor.h"
|
| #include "gl/builders/GrGLProgramBuilder.h"
|
|
|