Enhanced debugger with command indenting and Path Bound print out

https://codereview.appspot.com/6820099/



git-svn-id: http://skia.googlecode.com/svn/trunk@6309 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/SkObjectParser.h b/debugger/SkObjectParser.h
index fc6fb1a..e30bd13 100644
--- a/debugger/SkObjectParser.h
+++ b/debugger/SkObjectParser.h
@@ -83,7 +83,7 @@
         Returns a string representation of the SkRects coordinates.
         @param rect  SkRect
      */
-    static SkString* RectToString(const SkRect& rect);
+    static SkString* RectToString(const SkRect& rect, const char* title = NULL);
 
     /**
         Returns a string representation of the SkRegion enum.