diff options
Diffstat (limited to 'printing/native_metafile.h')
-rw-r--r-- | printing/native_metafile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/native_metafile.h b/printing/native_metafile.h index 5981bf5..ef1e546 100644 --- a/printing/native_metafile.h +++ b/printing/native_metafile.h @@ -64,7 +64,7 @@ class NativeMetafile { // Closes the metafile. No further rendering is allowed (the current page // is implicitly closed). - virtual bool Close() = 0; + virtual bool FinishDocument() = 0; // Returns the size of the underlying data stream. Only valid after Close() // has been called. |