call notify after we write the kDone verb

git-svn-id: http://skia.googlecode.com/svn/trunk@1401 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-05-23 21:09:13 +00:00
Родитель 80b09de87f
Коммит eb5a8151a5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -83,6 +83,7 @@ public:
void finish() { void finish() {
if (!fDone) { if (!fDone) {
this->writeOp(kDone_DrawOp); this->writeOp(kDone_DrawOp);
this->doNotify();
fDone = true; fDone = true;
} }
} }