diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 19:54:10 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 19:54:10 +0000 |
commit | 2896dccc7a66c857f53f297d9ae9790b242a0e92 (patch) | |
tree | c99db90b743a12416d329403c9b6752c624b780c /printing/pdf_ps_metafile_cairo.cc | |
parent | a01d93551393e886430385e641b2bd80ef3ba913 (diff) | |
download | chromium_src-2896dccc7a66c857f53f297d9ae9790b242a0e92.zip chromium_src-2896dccc7a66c857f53f297d9ae9790b242a0e92.tar.gz chromium_src-2896dccc7a66c857f53f297d9ae9790b242a0e92.tar.bz2 |
Printing: Move the default margin constants out of PdfPsMetafile.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6694005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/pdf_ps_metafile_cairo.cc')
-rw-r--r-- | printing/pdf_ps_metafile_cairo.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/printing/pdf_ps_metafile_cairo.cc b/printing/pdf_ps_metafile_cairo.cc index 8ab9258..bf0b0e2 100644 --- a/printing/pdf_ps_metafile_cairo.cc +++ b/printing/pdf_ps_metafile_cairo.cc @@ -257,9 +257,4 @@ void PdfPsMetafile::CleanUpAll() { skia::VectorPlatformDevice::ClearFontCache(); } -const double PdfPsMetafile::kTopMarginInInch = 0.25; -const double PdfPsMetafile::kBottomMarginInInch = 0.56; -const double PdfPsMetafile::kLeftMarginInInch = 0.25; -const double PdfPsMetafile::kRightMarginInInch = 0.25; - } // namespace printing |