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

Unified Diff: printing/image_android.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.cc ('k') | printing/image_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/image_android.cc
diff --git a/printing/image_android.cc b/printing/image_android.cc
index 544cf070d93f723ca2bd9a3a715863f13d98e76d..1e6582d63806bb30f92336484e2b9d1d884692dd 100644
--- a/printing/image_android.cc
+++ b/printing/image_android.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.cc ('k') | printing/image_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698