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

Unified Diff: printing/units.h

Issue 335583004: Added a test that currently is able to print to pdf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactored browser test and GetPDFPageSizeByIndex. Fixed style issues. Created 6 years, 5 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
« pdf/pdf_engine.h ('K') | « pdf/pdfium/pdfium_engine.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/units.h
diff --git a/printing/units.h b/printing/units.h
index 0e6cfd2ca40997cb4ff2b997507371b6c4422135..72d2f7cd147294559434f1449668af31ff54279c 100644
--- a/printing/units.h
+++ b/printing/units.h
@@ -59,7 +59,7 @@ PRINTING_EXPORT int ConvertPixelsToPoint(int pixels);
PRINTING_EXPORT double ConvertPixelsToPointDouble(double pixels);
// Converts from 1 point to 1 pixel using doubles.
-double ConvertPointsToPixelDouble(double points);
+PRINTING_EXPORT double ConvertPointsToPixelDouble(double points);
} // namespace printing
« pdf/pdf_engine.h ('K') | « pdf/pdfium/pdfium_engine.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698