| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 9414f7def77fbb777a39646a65a88d7f5f98912a..6cef3e506b0c695944ccb2cfbd54be02ddef9cc1 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -280,7 +280,6 @@ public:
|
| // ---------- End transformation methods -----------------
|
|
|
| SkFilterQuality computeFilterQuality(Image*, const FloatRect& dest, const FloatRect& src) const;
|
| - bool shouldAntialiasImages() { return shouldAntialias() && !getTotalMatrix().rectStaysRect();}
|
|
|
| // URL drawing
|
| void setURLForRect(const KURL&, const IntRect&);
|
|
|