| Index: printing/printed_document.h
|
| diff --git a/printing/printed_document.h b/printing/printed_document.h
|
| index 049add0b6708133e013af3eda9f81487f4bebb71..752c1c3ad9849ba2e508d8ec800bc68f74b2b5ee 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.
|
|
|