зеркало из https://github.com/mozilla/moz-skia.git
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:
Родитель
80b09de87f
Коммит
eb5a8151a5
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче