Index: Source/platform/graphics/GraphicsContext.h |
diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h |
index 9414f7def77fbb777a39646a65a88d7f5f98912a..5720518bfccb5be78d65c32aba04ae3fd56d3398 100644 |
--- a/Source/platform/graphics/GraphicsContext.h |
+++ b/Source/platform/graphics/GraphicsContext.h |
@@ -280,7 +280,7 @@ public: |
// ---------- End transformation methods ----------------- |
SkFilterQuality computeFilterQuality(Image*, const FloatRect& dest, const FloatRect& src) const; |
- bool shouldAntialiasImages() { return shouldAntialias() && !getTotalMatrix().rectStaysRect();} |
+ bool shouldAntialiasImages() { return shouldAntialias(); } |
f(malita)
2015/06/15 16:17:48
We might as well drop shouldAntialiasImages() at t
|
// URL drawing |
void setURLForRect(const KURL&, const IntRect&); |