summaryrefslogtreecommitdiff
path: root/core/fxge/fx_ge_text.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-26 10:52:53 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-26 15:24:34 +0000
commit15dffdf6bd8d595193cfb072974a8efeb8052a91 (patch)
tree6f29c7c7eb78f6d1453a86ed643f2d1e41533f2b /core/fxge/fx_ge_text.cpp
parent1a43b3064dc38a55de4b1d727237806578bb3ef9 (diff)
downloadpdfium-15dffdf6bd8d595193cfb072974a8efeb8052a91.tar.xz
Remove fx_text_int.h
The CFX_SizeGlyphCache is only used internally by the CFX_FaceCache. This CL moves the definition to that file and removes fx_text_int.h Change-Id: I38f26f437f0eaa72492995ae7442d5c38ed2f229 Reviewed-on: https://pdfium-review.googlesource.com/14771 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxge/fx_ge_text.cpp')
-rw-r--r--core/fxge/fx_ge_text.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fxge/fx_ge_text.cpp b/core/fxge/fx_ge_text.cpp
index a04e43f75d..a04e6d0e85 100644
--- a/core/fxge/fx_ge_text.cpp
+++ b/core/fxge/fx_ge_text.cpp
@@ -11,7 +11,6 @@
#include "core/fxcrt/fx_safe_types.h"
#include "core/fxge/cfx_pathdata.h"
#include "core/fxge/fx_freetype.h"
-#include "core/fxge/fx_text_int.h"
#include "core/fxge/ifx_renderdevicedriver.h"
namespace {
@@ -103,7 +102,3 @@ FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,
}
return rect;
}
-
-CFX_SizeGlyphCache::CFX_SizeGlyphCache() {}
-
-CFX_SizeGlyphCache::~CFX_SizeGlyphCache() {}