call notify after we write the kDone verb



git-svn-id: http://skia.googlecode.com/svn/trunk@1401 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pipe/SkGPipeWrite.cpp b/src/pipe/SkGPipeWrite.cpp
index 5e8ba3d..428f864 100644
--- a/src/pipe/SkGPipeWrite.cpp
+++ b/src/pipe/SkGPipeWrite.cpp
@@ -83,6 +83,7 @@
     void finish() {
         if (!fDone) {
             this->writeOp(kDone_DrawOp);
+            this->doNotify();
             fDone = true;
         }
     }