From 48115de566aaa861b06371fc649899915174279f Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sun, 28 Apr 2013 07:01:05 +0000 Subject: [PATCH] Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@8889 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkGeometry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/SkGeometry.cpp b/src/core/SkGeometry.cpp index 6be6218..dcdbf9c 100644 --- a/src/core/SkGeometry.cpp +++ b/src/core/SkGeometry.cpp @@ -1665,4 +1665,3 @@ void SkConic::computeTightBounds(SkRect* bounds) const { void SkConic::computeFastBounds(SkRect* bounds) const { bounds->set(fPts, 3); } - -- 2.7.4