Index: printing/emf_win.h |
diff --git a/printing/emf_win.h b/printing/emf_win.h |
index 3ca085685b8c5cf8602af351ee50e852fcdc8741..c66e9f24b989745c59ec07296e6ee67bc0a86826 100644 |
--- a/printing/emf_win.h |
+++ b/printing/emf_win.h |
@@ -57,8 +57,7 @@ class PRINTING_EXPORT Emf : public Metafile { |
// Metafile methods. |
bool Init() override; |
- bool InitFromData(const void* src_buffer, |
- uint32_t src_buffer_size) override; |
+ bool InitFromData(const void* src_buffer, size_t src_buffer_size) override; |
// Inserts a custom GDICOMMENT records indicating StartPage/EndPage calls |
// (since StartPage and EndPage do not work in a metafile DC). Only valid |