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

Unified Diff: xfa/fgas/layout/fgas_unicode.h

Issue 1814233005: Make a few more const tables smaller. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: format Created 4 years, 9 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 | « xfa/fgas/layout/fgas_linebreak.h ('k') | xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fgas/layout/fgas_unicode.h
diff --git a/xfa/fgas/layout/fgas_unicode.h b/xfa/fgas/layout/fgas_unicode.h
index 536895d8707256479dfec75ac7cab24b9cba7630..dd574026c9c928065b6e01ef1a23618aa2513346 100644
--- a/xfa/fgas/layout/fgas_unicode.h
+++ b/xfa/fgas/layout/fgas_unicode.h
@@ -26,7 +26,7 @@ typedef CFX_MassArrayTemplate<FX_TPO> CFX_TPOArray;
void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd);
struct FX_JAPCHARPROPERTYEX {
- FX_WCHAR wChar;
+ uint16_t wChar;
uint8_t uAlign;
};
« no previous file with comments | « xfa/fgas/layout/fgas_linebreak.h ('k') | xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698