aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBlurUtils.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-12-01 12:51:26 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-01 12:51:26 -0800
commit7bceedc550513b13e0065aca66e55204a2ba3e1f (patch)
treed31937e06efaf725e6e05ec45c7f9e5022337590 /src/gpu/GrBlurUtils.h
parentc1da4d0e9249c1977d76ad66b06c87487c21b4bb (diff)
Retract GrRenderTarget a bit
These sites don't necessarily need the full power of a GrRenderTarget object. This is a clean up for switching over to GrRenderTargetProxys. Review URL: https://codereview.chromium.org/1486923004
Diffstat (limited to 'src/gpu/GrBlurUtils.h')
-rw-r--r--src/gpu/GrBlurUtils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h
index 1de669c5d6..a22239aa34 100644
--- a/src/gpu/GrBlurUtils.h
+++ b/src/gpu/GrBlurUtils.h
@@ -31,7 +31,6 @@ namespace GrBlurUtils {
*/
void drawPathWithMaskFilter(GrContext* context,
GrDrawContext* drawContext,
- GrRenderTarget* rt,
const GrClip& clip,
const SkPath& origSrcPath,
const SkPaint& paint,
@@ -46,7 +45,6 @@ namespace GrBlurUtils {
*/
void drawPathWithMaskFilter(GrContext*,
GrDrawContext*,
- GrRenderTarget*,
const GrClip&,
const SkPath& path,
GrPaint*,