Chromium Code Reviews| Index: src/gpu/GrBlurUtils.h |
| diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h |
| index 0fc77266b0024f006d1f89c314acabca20077bed..0cf8f0f6f6315e51d9b297b69d2590e7d5ac5116 100644 |
| --- a/src/gpu/GrBlurUtils.h |
| +++ b/src/gpu/GrBlurUtils.h |
| @@ -8,6 +8,8 @@ |
| #ifndef GrBlurUtils_DEFINED |
| #define GrBlurUtils_DEFINED |
| +#include "GrTextureProvider.h" |
|
Stephen White
2015/10/22 18:44:16
Remove this?
reed1
2015/10/22 19:36:32
Thanks, missed this on the prev cleanup.
|
| + |
| class GrClip; |
| class GrContext; |
| class GrDrawContext; |