Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1185)

Unified Diff: printing/image_linux.cc

Issue 2812263002: clean up printing::Image and printing::Metafile (Closed)
Patch Set: definition matches declaration Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/image_android.cc ('k') | printing/image_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/image_linux.cc
diff --git a/printing/image_linux.cc b/printing/image_linux.cc
index d89c4e9d80898f8e61773676401ce0fd89517bb6..af97960320ee88db9dc737d6fa52b8ce7a1d1c31 100644
--- a/printing/image_linux.cc
+++ b/printing/image_linux.cc
@@ -6,7 +6,7 @@
namespace printing {
-bool Image::LoadMetafile(const Metafile& metafile) {
+bool Image::LoadMetafile(const void*, size_t) {
return false;
}
« no previous file with comments | « printing/image_android.cc ('k') | printing/image_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698