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

Unified Diff: printing/pdf_render_settings.h

Issue 70083006: Load pdf library on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/chrome_content_utility_client.cc ('k') | no next file » | 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 22784b79ed520b47a30f0c04ff5081207ae64651..9e8f9301607488240b4d435baa89d15d15cb9317 100644
--- a/printing/pdf_render_settings.h
+++ b/printing/pdf_render_settings.h
@@ -18,7 +18,7 @@ namespace printing {
// bool - autorotate pages to fit paper
typedef Tuple3<gfx::Rect, int, bool> PdfRenderSettingsBase;
-struct PdfRenderSettings : public PdfRenderSettingsBase {
+class PdfRenderSettings : public PdfRenderSettingsBase {
public:
PdfRenderSettings() : PdfRenderSettingsBase() {}
PdfRenderSettings(gfx::Rect area, int dpi, bool autorotate)
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698