Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: src/gpu/GrBlurUtils.h

Issue 1421493003: tunnel down texture-size-constraint to imagefilters (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/GrBlurUtils.h
diff --git a/src/gpu/GrBlurUtils.h b/src/gpu/GrBlurUtils.h
index 0fc77266b0024f006d1f89c314acabca20077bed..629bf74089d906a0255b6891cea56342da58d996 100644
--- a/src/gpu/GrBlurUtils.h
+++ b/src/gpu/GrBlurUtils.h
@@ -8,6 +8,8 @@
#ifndef GrBlurUtils_DEFINED
#define GrBlurUtils_DEFINED
+#include "GrTextureProvider.h"
+
class GrClip;
class GrContext;
class GrDrawContext;
@@ -34,7 +36,8 @@ namespace GrBlurUtils {
const SkMatrix& origViewMatrix,
const SkMatrix* prePathMatrix,
const SkIRect& clipBounds,
- bool pathIsMutable);
+ bool pathIsMutable,
+ GrTextureProvider::SizeConstraint);
};
#endif

Powered by Google App Engine
This is Rietveld 408576698