diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-20 11:07:00 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-20 15:33:39 +0000 |
commit | 14ddd425193946692042fcd910857963d333be3b (patch) | |
tree | f287d1e2f5e41545e29a75fd32188d02862a5b81 /fpdfsdk/pdfwindow/cpwl_edit.h | |
parent | 2c4a805ac3d649caf34b125fdda1450c7ba8432f (diff) | |
download | pdfium-14ddd425193946692042fcd910857963d333be3b.tar.xz |
Consolidate Appearance Stream code in CPWL_AppStream.
This CL moves the remaining appearance stream code to CPWL_AppStream.
The unused GetThisAppearanceStream methods have been removed.
Change-Id: I0bdfbb11962ee7975394a40a1ea45d076ee9151d
Reviewed-on: https://pdfium-review.googlesource.com/8312
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fpdfsdk/pdfwindow/cpwl_edit.h')
-rw-r--r-- | fpdfsdk/pdfwindow/cpwl_edit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/pdfwindow/cpwl_edit.h b/fpdfsdk/pdfwindow/cpwl_edit.h index e3382ffd6f..366d085fdd 100644 --- a/fpdfsdk/pdfwindow/cpwl_edit.h +++ b/fpdfsdk/pdfwindow/cpwl_edit.h @@ -80,8 +80,6 @@ class CPWL_Edit : public CPWL_EditCtrl { void SetText(const CFX_WideString& csText); void ReplaceSel(const CFX_WideString& csText); - CFX_ByteString GetSelectAppearanceStream(const CFX_PointF& ptOffset) const; - bool IsTextFull() const; static float GetCharArrayAutoFontSize(CPDF_Font* pFont, |