diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 23:21:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-23 23:21:21 +0000 |
commit | 3cce538ea624ae4fcc0e03a5e1b1c9959954a284 (patch) | |
tree | 5c985cbf578dd9786101a602e4e0259c4225ec90 /printing/printed_document.h | |
parent | e231975b842e70be98485ef15a26ae3c49150155 (diff) | |
download | chromium_src-3cce538ea624ae4fcc0e03a5e1b1c9959954a284.zip chromium_src-3cce538ea624ae4fcc0e03a5e1b1c9959954a284.tar.gz chromium_src-3cce538ea624ae4fcc0e03a5e1b1c9959954a284.tar.bz2 |
Cleanup: Remove unused has_visible_overlays variable.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7970021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_document.h')
-rw-r--r-- | printing/printed_document.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/printed_document.h b/printing/printed_document.h index 67e7f6d..27577f7 100644 --- a/printing/printed_document.h +++ b/printing/printed_document.h @@ -47,8 +47,7 @@ class PRINTING_EXPORT PrintedDocument // Sets a page's data. 0-based. Takes metafile ownership. // Note: locks for a short amount of time. void SetPage(int page_number, Metafile* metafile, double shrink, - const gfx::Size& paper_size, const gfx::Rect& page_rect, - bool has_visible_overlays); + const gfx::Size& paper_size, const gfx::Rect& page_rect); // Retrieves a page. If the page is not available right now, it // requests to have this page be rendered and returns false. |