diff options
Diffstat (limited to 'printing/emf_win.h')
-rw-r--r-- | printing/emf_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/emf_win.h b/printing/emf_win.h index d1a5038..e3a0a8e 100644 --- a/printing/emf_win.h +++ b/printing/emf_win.h @@ -43,7 +43,7 @@ class Emf : public NativeMetafile { const gfx::Point& content_origin, const float& scale_factor); virtual bool FinishPage(); - virtual bool Close(); + virtual bool FinishDocument(); virtual uint32 GetDataSize() const; virtual bool GetData(void* buffer, uint32 size) const; |