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

Unified Diff: src/effects/SkGpuBlurUtils.h

Issue 1421493003: tunnel down texture-size-constraint to imagefilters (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix formating 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
« no previous file with comments | « src/effects/SkComposeImageFilter.cpp ('k') | src/effects/SkGpuBlurUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects/SkGpuBlurUtils.h
diff --git a/src/effects/SkGpuBlurUtils.h b/src/effects/SkGpuBlurUtils.h
index 98be8130e28b7d178db781db0d0d896649ddb9cf..357a0d729ca2146cc859a8516f277caeb5b50af9 100644
--- a/src/effects/SkGpuBlurUtils.h
+++ b/src/effects/SkGpuBlurUtils.h
@@ -9,6 +9,8 @@
#define SkGpuBlurUtils_DEFINED
#if SK_SUPPORT_GPU
+#include "GrTextureProvider.h"
+
class GrTexture;
class GrContext;
#endif
@@ -38,7 +40,8 @@ namespace SkGpuBlurUtils {
const SkRect& rect,
bool cropToRect,
float sigmaX,
- float sigmaY);
+ float sigmaY,
+ GrTextureProvider::SizeConstraint);
#endif
};
« no previous file with comments | « src/effects/SkComposeImageFilter.cpp ('k') | src/effects/SkGpuBlurUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698