Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1439)

Unified Diff: chrome/browser/printing/print_view_manager.cc

Issue 11275288: Merge 167271 - Moved AlphaBlend rasterization to renderer process like it was before 152681. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271_60/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/print_web_view_helper_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_view_manager.cc
===================================================================
--- chrome/browser/printing/print_view_manager.cc (revision 167432)
+++ chrome/browser/printing/print_view_manager.cc (working copy)
@@ -274,14 +274,7 @@
web_contents()->Stop();
return;
}
- } else if (!print_job_->settings().supports_alpha_blend() &&
- metafile->IsAlphaBlendUsed()) {
- scoped_ptr<NativeMetafile> raster_metafile(
- metafile->RasterizeAlphaBlend());
- if (raster_metafile.get())
- metafile.swap(raster_metafile);
}
-
#endif
// Update the rendered document. It will send notifications to the listener.
« no previous file with comments | « no previous file | chrome/renderer/print_web_view_helper_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698