diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-27 14:25:15 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-27 14:25:15 -0700 |
commit | fa69033db8803b191fa43f3c5bec65998d2dc2f9 (patch) | |
tree | 881d2a81a50746901d1c185aa92d5035acc0c3e7 /fpdfsdk/include/pdfwindow/PWL_Utils.h | |
parent | 5c4f26fe8d6f30403de48271e3bd685490b345d2 (diff) | |
download | pdfium-fa69033db8803b191fa43f3c5bec65998d2dc2f9.tar.xz |
Kill FX_READER_DLL symbol
It is never defined, and the declspec()s based on it appear
inconsistently used.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1257163002 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow/PWL_Utils.h')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Utils.h b/fpdfsdk/include/pdfwindow/PWL_Utils.h index 2da0f42180..b58f30e399 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Utils.h +++ b/fpdfsdk/include/pdfwindow/PWL_Utils.h @@ -104,7 +104,7 @@ public: class IPWL_SpellCheck; -class PWL_CLASS CPWL_Utils +class CPWL_Utils { public: static CPDF_Rect InflateRect(const CPDF_Rect& rcRect, FX_FLOAT fSize); |