1,295
edits
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
** Chrome UI is responsible for rendering page shadows and all other window decorations. | ** Chrome UI is responsible for rendering page shadows and all other window decorations. | ||
* Provide a way to reflow (or recreate frames for) the print presentation in response to changes in scale factor, margins, etc. | * Provide a way to reflow (or recreate frames for) the print presentation in response to changes in scale factor, margins, etc. | ||
== Benefits == | |||
* Provides great flexibility to UI implementors | |||
* Enables new features | |||
* Should shrink the printing/print preview code | |||
* Not too hard to implement since we don't need to stuff the cloned document into a window | |||
* Guaranteed consistency between print preview and printing | |||
edits