diff options
author | Tom Sepez <tsepez@chromium.org> | 2018-07-16 21:52:56 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-07-16 21:52:56 +0000 |
commit | f9d49da715deeb0efa6eaaf8ac43727ae28f8749 (patch) | |
tree | b03ec7b1168c04a3f75aa92ae2689626df3b1386 /BUILD.gn | |
parent | 98b356a36bc9291a4f222d092afeeea0d5b5f379 (diff) | |
download | pdfium-f9d49da715deeb0efa6eaaf8ac43727ae28f8749.tar.xz |
Use UnownedPtr/Optional in cfxa_layoutcontext.cpp
Introduce cfxa_layoutcontext.cpp to satisfy chromium style ctor check.
Fix typo in class forward declaration in cfxa_layoutcontext.h
Change-Id: I2b29bf61a21be0f895faf8984897c5655a4f0e89
Reviewed-on: https://pdfium-review.googlesource.com/37950
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2450,6 +2450,7 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_labelprinter.h", "xfa/fxfa/parser/cxfa_layout.cpp", "xfa/fxfa/parser/cxfa_layout.h", + "xfa/fxfa/parser/cxfa_layoutcontext.cpp", "xfa/fxfa/parser/cxfa_layoutcontext.h", "xfa/fxfa/parser/cxfa_layoutitem.cpp", "xfa/fxfa/parser/cxfa_layoutitem.h", |