Index: third_party/WebKit/public/web/WebPrintScalingOption.h |
diff --git a/third_party/WebKit/public/web/WebPrintScalingOption.h b/third_party/WebKit/public/web/WebPrintScalingOption.h |
index 1be3b6e81de3ae53a71be1cc134058e6a22f9176..732ceaa522d6e98fb13fe95e3f6c2cc3ee3127ec 100644 |
--- a/third_party/WebKit/public/web/WebPrintScalingOption.h |
+++ b/third_party/WebKit/public/web/WebPrintScalingOption.h |
@@ -34,9 +34,15 @@ |
namespace blink { |
enum WebPrintScalingOption { |
- WebPrintScalingOptionNone, // Prints the upper left of a page without scaling. Crop the page contents that don't fit on the paper. |
- WebPrintScalingOptionFitToPrintableArea, // Reduces or enlarges each page to fit the printable area of the selected printer paper size. |
- WebPrintScalingOptionSourceSize, // Print output page size is same as the actual source page size. Do not scale/center/fit to printable area. |
+ WebPrintScalingOptionNone, // Prints the upper left of a page without |
+ // scaling. Crop the page contents that don't fit |
+ // on the paper. |
+ WebPrintScalingOptionFitToPrintableArea, // Reduces or enlarges each page to |
+ // fit the printable area of the |
+ // selected printer paper size. |
+ WebPrintScalingOptionSourceSize, // Print output page size is same as the |
+ // actual source page size. Do not |
+ // scale/center/fit to printable area. |
WebPrintScalingOptionLast = WebPrintScalingOptionSourceSize |
}; |