diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-09-25 15:16:40 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-25 19:29:21 +0000 |
commit | 95ec3976ab6cdb22cc6d63c6eeaec9536ae61284 (patch) | |
tree | dfc3bc56d3d8999a1895bd63f5037d03719e0927 /core/fxge/fx_text_int.h | |
parent | 92627618a93720c6153828b8a8d1c6ed17c6e91f (diff) | |
download | pdfium-95ec3976ab6cdb22cc6d63c6eeaec9536ae61284.tar.xz |
Hide CFX_UniqueKeyGen
The CFX_UniqueKeyGen struct is only used in cfx_facecache.cpp. This CL
moves the struct to the anonymous namespace of that file.
Change-Id: I1ec85126070e2e0446abc5639cea8465cb490f1a
Reviewed-on: https://pdfium-review.googlesource.com/14770
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'core/fxge/fx_text_int.h')
-rw-r--r-- | core/fxge/fx_text_int.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/fxge/fx_text_int.h b/core/fxge/fx_text_int.h index 6af8eb9165..da594443cc 100644 --- a/core/fxge/fx_text_int.h +++ b/core/fxge/fx_text_int.h @@ -13,13 +13,6 @@ #include "core/fxge/fx_font.h" #include "core/fxge/fx_freetype.h" -struct CFX_UniqueKeyGen { - void Generate(int count, ...); - - char m_Key[128]; - int m_KeyLen; -}; - class CFX_SizeGlyphCache { public: CFX_SizeGlyphCache(); |