| Index: tests/GrPorterDuffTest.cpp
|
| diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp
|
| index f6a2c7334d1059d2ce9b7ad188fa5c078deb1675..0a88f6be7cb97b58ecf8c4e91f0328348a45aa79 100644
|
| --- a/tests/GrPorterDuffTest.cpp
|
| +++ b/tests/GrPorterDuffTest.cpp
|
| @@ -10,12 +10,12 @@
|
|
|
| #if SK_SUPPORT_GPU
|
|
|
| -#include "GrBatch.h"
|
| #include "GrContextFactory.h"
|
| #include "GrContextOptions.h"
|
| #include "GrGpu.h"
|
| #include "GrResourceProvider.h"
|
| #include "GrXferProcessor.h"
|
| +#include "batches/GrBatch.h"
|
| #include "effects/GrPorterDuffXferProcessor.h"
|
| #include "gl/GrGLCaps.h"
|
|
|
|
|