don't overclamp cubics (see skbug.com/1316)

BUG=

Review URL: https://codereview.chromium.org/15924003

git-svn-id: http://skia.googlecode.com/svn/trunk@9262 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp
index 00a7412..56ed729 100644
--- a/gm/cubicpaths.cpp
+++ b/gm/cubicpaths.cpp
@@ -17,7 +17,7 @@
     
 protected:
     SkString onShortName() {
-        return SkString("cubicpath");
+        return SkString("clippedcubic");
     }
     
     SkISize onISize() { return SkISize::Make(1240, 390); }