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

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: great jit optimization -- removed unneed params from blurmask utils" 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..0cf8f0f6f6315e51d9b297b69d2590e7d5ac5116 100644
--- a/src/gpu/GrBlurUtils.h
+++ b/src/gpu/GrBlurUtils.h
@@ -8,6 +8,8 @@
#ifndef GrBlurUtils_DEFINED
#define GrBlurUtils_DEFINED
+#include "GrTextureProvider.h"
Stephen White 2015/10/22 18:44:16 Remove this?
reed1 2015/10/22 19:36:32 Thanks, missed this on the prev cleanup.
+
class GrClip;
class GrContext;
class GrDrawContext;

Powered by Google App Engine
This is Rietveld 408576698