| 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 58e5f8214c3d78a4bf5a7dda2076104fa3339566..5108bccaccf8b56982ad82ca82f93ff46146f8b9 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 {
|
| // dimensions in paged media (i.e. cm, pt,). The shrinkage used
|
| // to be 80% (1.25f) to match other browsers - they have since moved on.
|
| // Wide pages will be scaled down more than this.
|
| -const float kPrintingMinimumShrinkFactor = 1.333f;
|
| +const float kPrintingMinimumShrinkFactor = 1.33333333f;
|
|
|
| // 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
|
|
|