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

Unified Diff: third_party/WebKit/public/web/WebPrintScalingOption.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/public/web/WebPluginContainer.h ('k') | third_party/WebKit/public/web/WebRemoteFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « third_party/WebKit/public/web/WebPluginContainer.h ('k') | third_party/WebKit/public/web/WebRemoteFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698