aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger
diff options
context:
space:
mode:
authorGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-29 13:17:16 +0000
committerGravatar tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-29 13:17:16 +0000
commite8d29f5058153d56423a9d44f278b15e0cc88c9a (patch)
tree780fd1557a7eff575759aad7c0d7c411ce473b13 /debugger
parentf726a1c9e6efad526eba603be9f24b4b77b993eb (diff)
debugger: Remove obsolete TODO comment.
std::string usage was already replaced by SkString. R=chudy@google.com, tomhudson@google.com Review URL: https://codereview.appspot.com/6596043 git-svn-id: http://skia.googlecode.com/svn/trunk@5738 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'debugger')
-rw-r--r--debugger/SkObjectParser.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/debugger/SkObjectParser.h b/debugger/SkObjectParser.h
index 16cd623b8d..fc6fb1a949 100644
--- a/debugger/SkObjectParser.h
+++ b/debugger/SkObjectParser.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2012 Google Inc.
*
@@ -6,17 +5,16 @@
* found in the LICENSE file.
*/
-
#ifndef SKOBJECTPARSER_H_
#define SKOBJECTPARSER_H_
#include "SkCanvas.h"
#include "SkString.h"
+
/** \class SkObjectParser
The ObjectParser is used to return string information about parameters
in each draw command.
- TODO(chudy): Change std::string to SkString
*/
class SkObjectParser {
public: