Update documentation around picture playback.

Review URL: https://codereview.appspot.com/7034045

git-svn-id: http://skia.googlecode.com/svn/trunk@6967 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
djsollen@google.com 2013-01-02 16:59:19 +00:00
Родитель 3aa3358c03
Коммит a44de9617a
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -803,10 +803,7 @@ public:
/** Draw the picture into this canvas. This method effective brackets the
playback of the picture's draw calls with save/restore, so the state
of this canvas will be unchanged after this call. This contrasts with
the more immediate method SkPicture::draw(), which does not bracket
the canvas with save/restore, thus the canvas may be left in a changed
state after the call.
of this canvas will be unchanged after this call.
@param picture The recorded drawing commands to playback into this
canvas.
*/