| Index: src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| diff --git a/src/gpu/GrStencilAndCoverPathRenderer.cpp b/src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| index cfab836297a7b8de974c569eed33c3ed38801753..a6992df75e121288355d5a57e7ca712f5991bbf2 100644
|
| --- a/src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| +++ b/src/gpu/GrStencilAndCoverPathRenderer.cpp
|
| @@ -8,8 +8,9 @@
|
|
|
|
|
| #include "GrStencilAndCoverPathRenderer.h"
|
| +#include "GrCaps.h"
|
| #include "GrContext.h"
|
| -#include "GrDrawTargetCaps.h"
|
| +#include "GrGpu.h"
|
| #include "GrPath.h"
|
| #include "GrRenderTarget.h"
|
| #include "GrResourceProvider.h"
|
|
|