| Index: src/gpu/effects/GrDitherEffect.cpp
|
| diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp
|
| index eb8466b0b577e7f62e594dc7596eba77dc3a4663..1638b1fdec2ca119106f4942bca9976527e3f474 100644
|
| --- a/src/gpu/effects/GrDitherEffect.cpp
|
| +++ b/src/gpu/effects/GrDitherEffect.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "GrFragmentProcessor.h"
|
| #include "GrInvariantOutput.h"
|
| #include "SkRect.h"
|
| -#include "gl/GrGLProcessor.h"
|
| +#include "gl/GrGLFragmentProcessor.h"
|
| #include "gl/builders/GrGLProgramBuilder.h"
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|