Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / skia / include / core / SkDocument.h
index dbf4bc5..bd9e5ec 100644 (file)
@@ -122,6 +122,9 @@ protected:
     virtual bool onClose(SkWStream*) = 0;
     virtual void onAbort() = 0;
 
+    // Allows subclasses to write to the stream as pages are written.
+    SkWStream* getStream() { return fStream; }
+
     enum State {
         kBetweenPages_State,
         kInPage_State,