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 65f9f4c..a076b32 100644 --- a/printing/native_metafile.h +++ b/printing/native_metafile.h @@ -48,7 +48,7 @@ class NativeMetafile { // Initializes the metafile with the data in |src_buffer|. Returns true // on success. // Note: It should only be called from within the browser process. - virtual bool Init(const void* src_buffer, uint32 src_buffer_size) = 0; + virtual bool InitFromData(const void* src_buffer, uint32 src_buffer_size) = 0; #if defined(OS_WIN) // Inserts a custom GDICOMMENT records indicating StartPage/EndPage calls |