Index: third_party/WebKit/Source/core/page/PrintContext.cpp |
diff --git a/third_party/WebKit/Source/core/page/PrintContext.cpp b/third_party/WebKit/Source/core/page/PrintContext.cpp |
index 16605c03825aa299a28eadffca2930ab089742ff..ea55fc6f246d9d746f1042a270b04ce1d7c79508 100644 |
--- a/third_party/WebKit/Source/core/page/PrintContext.cpp |
+++ b/third_party/WebKit/Source/core/page/PrintContext.cpp |
@@ -32,7 +32,7 @@ namespace blink { |
// print in IE and Camino. This lets them use fewer sheets than they |
// would otherwise, which is presumably why other browsers do this. |
// Wide pages will be scaled down more than this. |
-const float printingMinimumShrinkFactor = 1.25f; |
+const float printingMinimumShrinkFactor = 1.33f; |
// This number determines how small we are willing to reduce the page content |
// in order to accommodate the widest line. If the page would have to be |