Index: src/gpu/GrPathUtils.cpp |
diff --git a/src/gpu/GrPathUtils.cpp b/src/gpu/GrPathUtils.cpp |
index f6cd26b94f3179935289e2295816d5d483de8520..f169455b4ad019b38b4f8349a79c8cd6bd2ce88c 100644 |
--- a/src/gpu/GrPathUtils.cpp |
+++ b/src/gpu/GrPathUtils.cpp |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2011 Google Inc. |
* |
@@ -6,14 +5,14 @@ |
* found in the LICENSE file. |
*/ |
- |
#include "GrPathUtils.h" |
+ |
#include "GrPoint.h" |
#include "SkGeometry.h" |
SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol, |
const SkMatrix& viewM, |
- const GrRect& pathBounds) { |
+ const SkRect& pathBounds) { |
// In order to tesselate the path we get a bound on how much the matrix can |
// stretch when mapping to screen coordinates. |
SkScalar stretch = viewM.getMaxStretch(); |