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

Unified Diff: include/gpu/GrTypes.h

Issue 27192003: Start cleaning up 64bit Win warnings (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: cleaned up Created 7 years, 2 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 | « include/core/SkWriter32.h ('k') | include/utils/SkMeshUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrTypes.h
===================================================================
--- include/gpu/GrTypes.h (revision 11758)
+++ include/gpu/GrTypes.h (working copy)
@@ -315,7 +315,7 @@
}
}
-static inline size_t GrBytesPerPixel(GrPixelConfig config) {
+static inline int GrBytesPerPixel(GrPixelConfig config) {
bsalomon 2013/10/14 19:27:37 Hmm.. seems like this should be a size_t
robertphillips 2013/10/14 19:51:12 Done.
switch (config) {
case kAlpha_8_GrPixelConfig:
case kIndex_8_GrPixelConfig:
« no previous file with comments | « include/core/SkWriter32.h ('k') | include/utils/SkMeshUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698