Index: include/gpu/SkGpuDevice.h |
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h |
index 91fc2f0bb61ee06b67c7fa440e23ed2089f764f4..55452271296d7fa2458067f9da619407fee32891 100644 |
--- a/include/gpu/SkGpuDevice.h |
+++ b/include/gpu/SkGpuDevice.h |
@@ -152,6 +152,7 @@ private: |
virtual SkSurface* newSurface(const SkImageInfo&) SK_OVERRIDE; |
virtual SkImageFilter::Cache* getImageFilterCache() SK_OVERRIDE; |
+ virtual bool forceConservativeRasterClip() const SK_OVERRIDE { return true; } |
// sets the render target, clip, and matrix on GrContext. Use forceIdenity to override |
// SkDraw's matrix and draw in device coords. |