diff options
author | thestig <thestig@chromium.org> | 2016-05-19 06:17:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 06:17:50 -0700 |
commit | 7b214237e2be6a0d962987d222c73161620c0a27 (patch) | |
tree | 18b6336e63f834adedf55c5165a64ba3fcb07cc5 /core/fxge/win32/win32_int.h | |
parent | d1f843e7473263593fd153f1e3210761c29e5363 (diff) | |
download | pdfium-7b214237e2be6a0d962987d222c73161620c0a27.tar.xz |
Clean up CFX_RenderDevice::DrawNormalText().
Review-Url: https://codereview.chromium.org/1990583002
Diffstat (limited to 'core/fxge/win32/win32_int.h')
-rw-r--r-- | core/fxge/win32/win32_int.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fxge/win32/win32_int.h b/core/fxge/win32/win32_int.h index 7916690817..619ac2fdae 100644 --- a/core/fxge/win32/win32_int.h +++ b/core/fxge/win32/win32_int.h @@ -361,9 +361,5 @@ class CPSPrinterDriver : public IFX_RenderDeviceDriver { CPSOutput* m_pPSOutput; CFX_PSRenderer m_PSRenderer; }; -void _Color2Argb(FX_ARGB& argb, - uint32_t color, - int alpha_flag, - void* pIccTransform); #endif // CORE_FXGE_WIN32_WIN32_INT_H_ |