diff options
author | humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-12 21:25:05 +0000 |
---|---|---|
committer | humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-12 21:25:05 +0000 |
commit | eaacb2c3ca7e11f27b487729e749fe7bef08b6ab (patch) | |
tree | f1eefc92b6421b5dade5ad90032ad4ed2330d627 /gm | |
parent | d64d8a905a044204c5960e29cdf8adf1f130edce (diff) |
64bitmac buildfix
git-svn-id: http://skia.googlecode.com/svn/trunk@10057 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/downsamplebitmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/downsamplebitmap.cpp b/gm/downsamplebitmap.cpp index 7f8a6babc4..93d080f588 100644 --- a/gm/downsamplebitmap.cpp +++ b/gm/downsamplebitmap.cpp @@ -74,7 +74,7 @@ protected: curWidth = (int) (fBM.width() * curScale + 2); curX += curWidth; - curScale *= 0.75; + curScale *= 0.75f; } while (curX < 4*fBM.width()); } |