aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkBoundaryPatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/SkBoundaryPatch.h')
-rw-r--r--include/utils/SkBoundaryPatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/utils/SkBoundaryPatch.h b/include/utils/SkBoundaryPatch.h
index 7997cf8abe..89060a65da 100644
--- a/include/utils/SkBoundaryPatch.h
+++ b/include/utils/SkBoundaryPatch.h
@@ -49,7 +49,7 @@ private:
class SkLineBoundary : public SkBoundary {
public:
SkPoint fPts[4];
-
+
// override
virtual SkPoint eval(Edge, SkScalar);
};
@@ -58,7 +58,7 @@ class SkCubicBoundary : public SkBoundary {
public:
// the caller sets the first 12 entries. The 13th is used by the impl.
SkPoint fPts[13];
-
+
// override
virtual SkPoint eval(Edge, SkScalar);
};