diff options
Diffstat (limited to 'printing/native_metafile.h')
-rw-r--r-- | printing/native_metafile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/native_metafile.h b/printing/native_metafile.h index abf3203..8bb9651 100644 --- a/printing/native_metafile.h +++ b/printing/native_metafile.h @@ -115,9 +115,6 @@ class NativeMetafile { // details. virtual bool SafePlayback(gfx::NativeDrawingContext hdc) const = 0; - // Retrieves the underlying data stream. It is a helper function. - virtual bool GetData(std::vector<uint8>* buffer) const = 0; - virtual HENHMETAFILE emf() const = 0; #elif defined(OS_MACOSX) // Renders the given page into |rect| in the given context. |