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

Unified Diff: pdf/pdf_engine.h

Issue 2270463003: Turn on enforce-in-pdf Clang plugin flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win clang Created 4 years, 4 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 | « pdf/paint_manager.cc ('k') | pdf/pdfium/pdfium_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdf_engine.h
diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h
index c479ed7546b466d4ea23227d52d170b06ee0a3a8..a44a4b97c9ba4afaeadde85c48b49d46fe504f3d 100644
--- a/pdf/pdf_engine.h
+++ b/pdf/pdf_engine.h
@@ -305,12 +305,9 @@ class PDFEngineExports {
bool stretch_to_bounds,
bool keep_aspect_ratio,
bool center_in_bounds,
- bool autorotate)
- : dpi_x(dpi_x), dpi_y(dpi_y), bounds(bounds),
- fit_to_bounds(fit_to_bounds), stretch_to_bounds(stretch_to_bounds),
- keep_aspect_ratio(keep_aspect_ratio),
- center_in_bounds(center_in_bounds), autorotate(autorotate) {
- }
+ bool autorotate);
+ RenderingSettings(const RenderingSettings& that);
+
int dpi_x;
int dpi_y;
pp::Rect bounds;
« no previous file with comments | « pdf/paint_manager.cc ('k') | pdf/pdfium/pdfium_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698