|
|
Some printers has issue with metafiles produces from PDF so added switch and about:flag as workaround for affected users.
Rasterisation is implemented and RasterizeMetafile function.
It replace metafile with new one where content is only bitmap created by playback of original metafile.
FlattenTransparency replaced with full rasterisation.
Fixed rectangle returned by Emf::GetPageBounds.
Removed SkDevice::AlphaBlendUsed().
Removed return value from PrintWebViewHelper::RenderPage on windows.
BUG= 133527
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152681
Total comments: 11
Total comments: 8
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+201 lines, -189 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_view_manager.cc
|
View
|
1
2
3
4
|
6 chunks |
+30 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/print_web_view_helper.h
|
View
|
1
|
1 chunk |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/print_web_view_helper_win.cc
|
View
|
1
|
5 chunks |
+6 lines, -135 lines |
0 comments
|
Download
|
 |
M |
printing/emf_win.h
|
View
|
1
2
3
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
printing/emf_win.cc
|
View
|
1
2
3
|
5 chunks |
+98 lines, -11 lines |
0 comments
|
Download
|
 |
M |
printing/emf_win_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
skia/ext/platform_device.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
skia/ext/platform_device.cc
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
skia/ext/vector_platform_device_emf_win.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
skia/ext/vector_platform_device_emf_win.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|