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
This commit is contained in:
parent
f726a1c9e6
commit
e8d29f5058
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user