aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBlurUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrBlurUtils.h')
-rw-r--r--src/gpu/GrBlurUtils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h
index be0d2fb33c..090448fb6e 100644
--- a/src/gpu/GrBlurUtils.h
+++ b/src/gpu/GrBlurUtils.h
@@ -8,13 +8,11 @@
#ifndef GrBlurUtils_DEFINED
#define GrBlurUtils_DEFINED
-#include "GrTypes.h"
-
class GrClip;
class GrContext;
+class GrRenderTargetContext;
class GrPaint;
class GrRenderTarget;
-class GrRenderTargetContext;
class GrStyle;
struct SkIRect;
class SkMaskFilter;
@@ -50,7 +48,6 @@ namespace GrBlurUtils {
const GrClip&,
const SkPath& path,
GrPaint*,
- GrAA,
const SkMatrix& viewMatrix,
const SkMaskFilter*,
const GrStyle&,