Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebPrintScalingOption.h
index adecf04..b071e40 100644 (file)
@@ -37,6 +37,7 @@ 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.
+    WebPrintScalingOptionLast = WebPrintScalingOptionSourceSize
 };
 
 } // namespace blink