First pass at Comment API
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 29 May 2013 13:24:23 +0000 (13:24 +0000)
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 29 May 2013 13:24:23 +0000 (13:24 +0000)
commit0a4805e33f8ddb445a2fd061462e715e1707f049
tree5af3146040fbaa1a6ea768833ab85453af30e5c2
parent960d114777ae75da1eeb289aabd9e4638cdc7caa
First pass at Comment API

https://codereview.chromium.org/13957009/

git-svn-id: http://skia.googlecode.com/svn/trunk@9310 2bbb7eff-a529-9590-31e7-b0007b416f81
18 files changed:
debugger/QT/SkDebuggerGUI.cpp
debugger/SkDebugCanvas.cpp
debugger/SkDebugCanvas.h
debugger/SkDrawCommand.cpp
debugger/SkDrawCommand.h
gm/rects.cpp
include/core/SkCanvas.h
include/utils/SkDumpCanvas.h
include/utils/SkProxyCanvas.h
src/core/SkCanvas.cpp
src/core/SkPictureFlat.h
src/core/SkPicturePlayback.cpp
src/core/SkPictureRecord.cpp
src/core/SkPictureRecord.h
src/pipe/SkGPipeWrite.cpp
src/utils/SkDumpCanvas.cpp
src/utils/SkProxyCanvas.cpp
tests/CanvasTest.cpp