Resize is being triggered too early in Print code.

Currently the ResizeForPrinting() function is called too early in
StartPrinting(). The resize causes transitions to be triggered. This
change delays the call to ResizeForPrinting() till after the call to
frame()->printBegin().

BUG=567317

Review-Url: https://codereview.chromium.org/2089373002
Cr-Commit-Position: refs/heads/master@{#410175}
2 files changed