From c5039dd9f19eee4ad960da901cd63cd9a72b1fd4 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 8 Mar 2012 20:48:28 +0000 Subject: disable 64bit opt for now, as I debug skew failure in DRT git-svn-id: http://skia.googlecode.com/svn/trunk@3349 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkBitmapProcState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/SkBitmapProcState.h b/src/core/SkBitmapProcState.h index ccbe0609e2..7556042d07 100644 --- a/src/core/SkBitmapProcState.h +++ b/src/core/SkBitmapProcState.h @@ -13,7 +13,7 @@ #include "SkBitmap.h" #include "SkMatrix.h" -#define FractionalInt_IS_64BIT +//#define FractionalInt_IS_64BIT #ifdef FractionalInt_IS_64BIT typedef SkFixed48 SkFractionalInt; -- cgit v1.2.3