Chromium Code Reviews| Index: src/gpu/GrProcOptInfo.cpp |
| diff --git a/src/gpu/GrProcOptInfo.cpp b/src/gpu/GrProcOptInfo.cpp |
| index 53f2e02451ddc0a778ff4ec9cbcce46c30a64000..17b42b6a4926c32c0ad487eb92f1e2af767148af 100644 |
| --- a/src/gpu/GrProcOptInfo.cpp |
| +++ b/src/gpu/GrProcOptInfo.cpp |
| @@ -7,9 +7,10 @@ |
| #include "GrProcOptInfo.h" |
| -#include "GrBatch.h" |
| #include "GrGeometryProcessor.h" |
| +#include "batches/GrBatch.h" |
| + |
| void GrProcOptInfo::calcColorWithBatch(const GrBatch* batch, |
| const GrFragmentStage* stages, |
| int stageCount) { |