From c83d422b639a1c186d8e40e08ac895deef60410f Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Thu, 11 Feb 2010 11:17:00 +0000 Subject: [PATCH] doh - fix build git-svn-id: http://skia.googlecode.com/svn/trunk@498 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkSize.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/core/SkSize.h b/include/core/SkSize.h index dae6fe91c2..9df9508f7d 100644 --- a/include/core/SkSize.h +++ b/include/core/SkSize.h @@ -70,8 +70,14 @@ typedef SkTSize SkISize; #include "SkScalar.h" struct SkSize : public SkTSize { - SkSize(const SkTSizeset(SkIntToScalar(src.fWidth), SkIntToScalar(src.fHeight)); return *this; -- 2.34.1