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

Unified Diff: include/utils/SkUnitMappers.h

Issue 113873008: remove unused SkFixed and SkFract functions (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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/utils/SkUnitMappers.h
diff --git a/include/utils/SkUnitMappers.h b/include/utils/SkUnitMappers.h
index 64aab5ddee7728dcf040d298b158798f07ceb779..509e2d638063759c3ed9ef0c6b3e6789c25cca9d 100644
--- a/include/utils/SkUnitMappers.h
+++ b/include/utils/SkUnitMappers.h
@@ -28,7 +28,7 @@ protected:
private:
int fSegments;
- SkFract fScale; // computed from fSegments
+ int32_t fScale; // computed from fSegments
typedef SkUnitMapper INHERITED;
};

Powered by Google App Engine
This is Rietveld 408576698