summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 22:47:31 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 22:47:31 +0000
commit9a9712aa6811c21c6f79c73ab7fb2e5501081bcb (patch)
treeb6a04384d2adbb4beada6c506effad710a3e353a /chrome
parent109d31f08853a4aa5c64e3b52ad7d8bf1bce7196 (diff)
downloadchromium_src-9a9712aa6811c21c6f79c73ab7fb2e5501081bcb.zip
chromium_src-9a9712aa6811c21c6f79c73ab7fb2e5501081bcb.tar.gz
chromium_src-9a9712aa6811c21c6f79c73ab7fb2e5501081bcb.tar.bz2
Linux: Fix early font free during printing.
The ownership model for this stuff (fonts, cairo canvas, etc.) is a bit brittle. Don't know how to improve it though. BUG=23372 Review URL: http://codereview.chromium.org/270048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28619 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/renderer/print_web_view_helper_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/renderer/print_web_view_helper_linux.cc b/chrome/renderer/print_web_view_helper_linux.cc
index b8e0ca2..dd1c986 100644
--- a/chrome/renderer/print_web_view_helper_linux.cc
+++ b/chrome/renderer/print_web_view_helper_linux.cc
@@ -138,4 +138,3 @@ void PrintWebViewHelper::PrintPage(const ViewMsg_PrintPage_Params& params,
NOTREACHED() << "metafile failed";
}
}
-