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

Unified Diff: include/core/SkMatrix.h

Issue 282293004: Centralize decision about whether to do bicubic filtering, and fallbacks to mip, bilerp, or nearest (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add braces to case Created 6 years, 7 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
Index: include/core/SkMatrix.h
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index a594dac7551276f94302e1b9b85707b2be6e44f0..0d4b53f0f8dfcafdfb5b3fd37b4857d9d70dd8e8 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -584,7 +584,7 @@ public:
* be unchanged.
*/
bool getScaleFactors(SkScalar scaleFactors[2]) const;
-
+
/**
* Return a reference to a const identity matrix
*/

Powered by Google App Engine
This is Rietveld 408576698