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

Unified Diff: printing/pdf_render_settings.h

Issue 2713023005: Fix some nits from r447440. (Closed)
Patch Set: rebase, git cl format Created 3 years, 9 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 | « chrome/utility/printing_handler.cc ('k') | printing/print_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/pdf_render_settings.h
diff --git a/printing/pdf_render_settings.h b/printing/pdf_render_settings.h
index 48e12208b6b4f2a4db7868906382f4f81124de4b..059f73da057d089be5afaef619c643e39122079a 100644
--- a/printing/pdf_render_settings.h
+++ b/printing/pdf_render_settings.h
@@ -26,8 +26,8 @@ struct PdfRenderSettings {
};
PdfRenderSettings() : dpi(0), autorotate(false), mode(Mode::NORMAL) {}
- PdfRenderSettings(gfx::Rect area,
- gfx::Point offsets,
+ PdfRenderSettings(const gfx::Rect& area,
+ const gfx::Point& offsets,
int dpi,
bool autorotate,
Mode mode)
« no previous file with comments | « chrome/utility/printing_handler.cc ('k') | printing/print_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698