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

Issue 2585873002: Return unique_ptr<> from IPDF_StructTree (Closed)

Created:
4 years ago by Tom Sepez
Modified:
4 years ago
Reviewers:
npm, Wei Li
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Return unique_ptr<> from IPDF_StructTree Delete some dead code in the process. Review-Url: https://codereview.chromium.org/2585873002 Committed: https://pdfium.googlesource.com/pdfium/+/d5b81ce5722398cc8c259d76e7cd1a5ddc2c562f

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -44 lines) Patch
M core/fpdfdoc/doc_tagged.cpp View 4 chunks +8 lines, -39 lines 2 comments Download
M core/fpdfdoc/fpdf_tagged.h View 2 chunks +5 lines, -3 lines 0 comments Download
M core/fpdfdoc/tagged_int.h View 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/fpdf_structtree.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 14 (9 generated)
Tom Sepez
npm, wei, ready for review.
4 years ago (2016-12-16 20:02:49 UTC) #5
Wei Li
lgtm https://codereview.chromium.org/2585873002/diff/1/core/fpdfdoc/doc_tagged.cpp File core/fpdfdoc/doc_tagged.cpp (right): https://codereview.chromium.org/2585873002/diff/1/core/fpdfdoc/doc_tagged.cpp#newcode44 core/fpdfdoc/doc_tagged.cpp:44: return std::move(pTree); Nit: move() is not needed here
4 years ago (2016-12-16 20:26:33 UTC) #8
Tom Sepez
https://codereview.chromium.org/2585873002/diff/1/core/fpdfdoc/doc_tagged.cpp File core/fpdfdoc/doc_tagged.cpp (right): https://codereview.chromium.org/2585873002/diff/1/core/fpdfdoc/doc_tagged.cpp#newcode44 core/fpdfdoc/doc_tagged.cpp:44: return std::move(pTree); On 2016/12/16 20:26:33, Wei Li wrote: > ...
4 years ago (2016-12-16 22:45:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2585873002/1
4 years ago (2016-12-16 22:45:31 UTC) #11
commit-bot: I haz the power
4 years ago (2016-12-16 22:45:49 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://pdfium.googlesource.com/pdfium/+/d5b81ce5722398cc8c259d76e7cd1a5ddc2c...

Powered by Google App Engine
This is Rietveld 408576698