Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index bb6cb487b0b296a2c9592f7382d0f7eb5153cfb6..f7088e3fa3f1dcb16b2c6ff8d18931cfc24c69ca 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -155,7 +155,6 @@ private: |
virtual SkImageFilter::Cache* getImageFilterCache() SK_OVERRIDE; |
- // temporarily change the return to false, until we understand the issues with filters and persp |
virtual bool forceConservativeRasterClip() const SK_OVERRIDE { return true; } |
// sets the render target, clip, and matrix on GrContext. Use forceIdenity to override |