Remove some unnecessary #includes of SkImageFilter.h
authorsenorblanco <senorblanco@chromium.org>
Fri, 22 Apr 2016 14:36:12 +0000 (07:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 Apr 2016 14:36:12 +0000 (07:36 -0700)
R=robertphillips@google.com
TBR=reed@google.com
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1907283002

Review URL: https://codereview.chromium.org/1907283002

include/gpu/GrTextureProvider.h
src/core/SkSpecialImage.h
src/image/SkImage_Gpu.cpp

index 7c12ebd..e013bff 100644 (file)
@@ -10,7 +10,6 @@
 
 #include "GrTexture.h"
 #include "GrTypes.h"
-#include "SkImageFilter.h"
 
 class GrSingleOwner;
 
index aec3443..d6497a0 100644 (file)
@@ -12,9 +12,6 @@
 #include "SkRefCnt.h"
 #include "SkSurfaceProps.h"
 
-// remove this when internal_getProxy goes away (see skbug.com/4965)
-#include "SkImageFilter.h"
-
 #include "SkImageInfo.h" // for SkAlphaType
 
 class GrContext;
index 60eedbc..d667c3e 100644 (file)
@@ -16,7 +16,6 @@
 #include "SkGpuDevice.h"
 #include "SkGrPixelRef.h"
 #include "SkGrPriv.h"
-#include "SkImageFilter.h"
 #include "SkImage_Gpu.h"
 #include "SkPixelRef.h"