From: reed@android.com Date: Wed, 8 Jul 2009 15:11:19 +0000 (+0000) Subject: fix (aaaargh) white-space X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~19496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40443b2371ecc61e04ad496f69919dc1e30036f5;p=platform%2Fupstream%2FlibSkiaSharp.git fix (aaaargh) white-space git-svn-id: http://skia.googlecode.com/svn/trunk@260 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/include/core/SkScalarCompare.h b/include/core/SkScalarCompare.h index 537d6d6..7f0b176 100644 --- a/include/core/SkScalarCompare.h +++ b/include/core/SkScalarCompare.h @@ -25,7 +25,7 @@ is also reasonable, but if scalar==software-float, then each compare can be a function call and take real time. To account for that, we have the flag SK_SCALAR_SLOW_COMPARES. - + If this is defined, we have a special trick where we quickly convert floats to a 2's compliment form, and then treat them as signed 32bit integers. In this form we lose a few subtlties (e.g. NaNs always comparing false) but diff --git a/src/utils/mac/SkCreateCGImageRef.cpp b/src/utils/mac/SkCreateCGImageRef.cpp index 79de3c7..be53f00 100644 --- a/src/utils/mac/SkCreateCGImageRef.cpp +++ b/src/utils/mac/SkCreateCGImageRef.cpp @@ -1,7 +1,6 @@ #include "SkCGUtils.h" #include "SkBitmap.h" #include "SkColorPriv.h" -//#include extern CGImageRef SkCreateCGImageRef(const SkBitmap&);