| commit | 30d35f23ae390043462e2aa5fc6863a4621aa74d | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Nov 06 16:45:36 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Nov 06 16:45:36 2012 +0000 |
| tree | 132d3cbb111a1eab5fffab0b43c701e020819062 | |
| parent | 566dab6ca7fbd3e80f113a7e9ed5323d9a79ce3f [diff] [blame] |
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.