summaryrefslogtreecommitdiffstats
path: root/printing/printed_document.h
diff options
context:
space:
mode:
authorhamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 05:32:38 +0000
committerhamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 05:32:38 +0000
commit3c5fb6bed1e6c9ce80276653f4b053583c299d5b (patch)
tree3fff8754dc395584e8d9eab4ec56f0e6f78cc246 /printing/printed_document.h
parent638c48f806e23adf510ea2006f66f84f4d43c5de (diff)
downloadchromium_src-3c5fb6bed1e6c9ce80276653f4b053583c299d5b.zip
chromium_src-3c5fb6bed1e6c9ce80276653f4b053583c299d5b.tar.gz
chromium_src-3c5fb6bed1e6c9ce80276653f4b053583c299d5b.tar.bz2
Implement limited paged media support for win.
BUG=47277 TEST=none Review URL: http://codereview.chromium.org/2859040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printed_document.h')
-rw-r--r--printing/printed_document.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/printing/printed_document.h b/printing/printed_document.h
index 049add0..752c1c3 100644
--- a/printing/printed_document.h
+++ b/printing/printed_document.h
@@ -43,7 +43,8 @@ class PrintedDocument : public base::RefCountedThreadSafe<PrintedDocument> {
// Sets a page's data. 0-based. Takes metafile ownership.
// Note: locks for a short amount of time.
void SetPage(int page_number, NativeMetafile* metafile, double shrink,
- const gfx::Size& paper_size, const gfx::Rect& page_rect);
+ const gfx::Size& paper_size, const gfx::Rect& page_rect,
+ bool has_visible_overlays);
// Retrieves a page. If the page is not available right now, it
// requests to have this page be rendered and returns false.