diff options
Diffstat (limited to 'debugger/SkDrawCommand.cpp')
-rw-r--r-- | debugger/SkDrawCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debugger/SkDrawCommand.cpp b/debugger/SkDrawCommand.cpp index 0504fb5174..854c7fc5e6 100644 --- a/debugger/SkDrawCommand.cpp +++ b/debugger/SkDrawCommand.cpp @@ -12,7 +12,7 @@ // TODO(chudy): Refactor into non subclass model. -SkDrawCommand::SkDrawCommand(DrawType type) +SkDrawCommand::SkDrawCommand(DrawType type) : fDrawType(type) , fVisible(true) { } @@ -306,7 +306,7 @@ void DrawData::execute(SkCanvas* canvas) { canvas->drawData(fData, fLength); } -BeginCommentGroup::BeginCommentGroup(const char* description) +BeginCommentGroup::BeginCommentGroup(const char* description) : INHERITED(BEGIN_COMMENT_GROUP) , fDescription(description) { SkString* temp = new SkString; |