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

Issue 7274026: PrintPreview: Implement GetMetafileForCurrentPage() function in PdfMetafileSkia. (Closed)

Created:
9 years, 5 months ago by kmadhusu
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

PrintPreview: Implement GetMetafileForCurrentPage() function in PdfMetafileSkia. This function is required for print preview pipeline sequence. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91269

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed review comments #

Patch Set 3 : Addressed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -4 lines) Patch
M printing/pdf_metafile_skia.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M printing/pdf_metafile_skia.cc View 1 2 4 chunks +25 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kmadhusu
9 years, 5 months ago (2011-06-28 16:30:27 UTC) #1
vandebo (ex-Chrome)
http://codereview.chromium.org/7274026/diff/1/printing/pdf_metafile_skia.cc File printing/pdf_metafile_skia.cc (right): http://codereview.chromium.org/7274026/diff/1/printing/pdf_metafile_skia.cc#newcode54 printing/pdf_metafile_skia.cc:54: if (did_finish_page_) I think this should just be DCHECK(did_finish_page_) ...
9 years, 5 months ago (2011-06-29 20:23:45 UTC) #2
kmadhusu
http://codereview.chromium.org/7274026/diff/1/printing/pdf_metafile_skia.cc File printing/pdf_metafile_skia.cc (right): http://codereview.chromium.org/7274026/diff/1/printing/pdf_metafile_skia.cc#newcode54 printing/pdf_metafile_skia.cc:54: if (did_finish_page_) On 2011/06/29 20:23:45, vandebo wrote: > I ...
9 years, 5 months ago (2011-06-30 06:10:55 UTC) #3
kmadhusu
9 years, 5 months ago (2011-06-30 17:58:55 UTC) #4
vandebo (ex-Chrome)
code review isn't taking comments from me now. LGTM with a few nits. pdf_metafile_skia.h:81 nit: ...
9 years, 5 months ago (2011-06-30 22:22:47 UTC) #5
kmadhusu
Addressed nits. Thanks.
9 years, 5 months ago (2011-07-01 00:03:54 UTC) #6
commit-bot: I haz the power
9 years, 5 months ago (2011-07-01 05:10:46 UTC) #7
Change committed as 91269

Powered by Google App Engine
This is Rietveld 408576698