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, 4 insertions, 1 deletions
diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h
index 090448fb6e..be0d2fb33c 100644
--- a/src/gpu/GrBlurUtils.h
+++ b/src/gpu/GrBlurUtils.h
@@ -8,11 +8,13 @@
#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;
@@ -48,6 +50,7 @@ namespace GrBlurUtils {
const GrClip&,
const SkPath& path,
GrPaint*,
+ GrAA,
const SkMatrix& viewMatrix,
const SkMaskFilter*,
const GrStyle&,