Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: printing/page_overlays_unittest.cc

Issue 2859040: Implement limited paged media support for win. (Closed)
Patch Set: the comment fix Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/print_web_view_helper_win.cc ('k') | printing/printed_document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_overlays_unittest.cc
diff --git a/printing/page_overlays_unittest.cc b/printing/page_overlays_unittest.cc
index 8a19dcd226e3ce22e4a5bf663aa15d83faacf9be..a7ea2833acdb6c94999a4ace399f324e27aa3279 100644
--- a/printing/page_overlays_unittest.cc
+++ b/printing/page_overlays_unittest.cc
@@ -59,7 +59,7 @@ TEST_F(PageOverlaysTest, StringConversion) {
gfx::Size page_size(100, 100);
gfx::Rect page_content_area(5, 5, 90, 90);
scoped_refptr<printing::PrintedPage> page(
- new printing::PrintedPage(1, NULL, page_size, page_content_area));
+ new printing::PrintedPage(1, NULL, page_size, page_content_area, true));
std::wstring input;
std::wstring out;
« no previous file with comments | « chrome/renderer/print_web_view_helper_win.cc ('k') | printing/printed_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698