Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: Source/platform/graphics/GraphicsContext.h

Issue 1179143003: SP: antialias images regardless of CTM. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698