Upstream version 10.38.208.0
[platform/framework/web/crosswalk.git] / src / printing / emf_win.h
index fa27409..e31e204 100644 (file)
@@ -42,6 +42,9 @@ class PRINTING_EXPORT Emf : public Metafile {
   Emf();
   virtual ~Emf();
 
+  // Closes metafile.
+  void Close();
+
   // Generates a new metafile that will record every GDI command, and will
   // be saved to |metafile_path|.
   virtual bool InitToFile(const base::FilePath& metafile_path);