Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2017 PDFium Authors. All rights reserved. | 1 // Copyright 2017 PDFium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| 6 | 6 |
| 7 #include "xfa/fxfa/app/cxfa_pieceline.h" | 7 #include "xfa/fxfa/app/cxfa_pieceline.h" |
| 8 | 8 |
| 9 #include "xfa/fxfa/app/xfa_textpiece.h" | |
|
npm
2017/01/16 22:24:34
Why is this now needed?
| |
| 10 | |
| 9 CXFA_PieceLine::CXFA_PieceLine() {} | 11 CXFA_PieceLine::CXFA_PieceLine() {} |
| 10 | 12 |
| 11 CXFA_PieceLine::~CXFA_PieceLine() {} | 13 CXFA_PieceLine::~CXFA_PieceLine() {} |
| OLD | NEW |