diff options
author | Lei Zhang <thestig@chromium.org> | 2015-08-13 18:04:27 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-08-13 18:04:27 -0700 |
commit | d5d35bc5de3d6ef559365f4d0ee51a77074b1ce7 (patch) | |
tree | 3eceb249ffc9600e8f0bddb8fffe87c88a98d41a /core/src | |
parent | 22ece1a6c9c4d7c673d34cff1cd6ec2a069f0331 (diff) | |
download | pdfium-d5d35bc5de3d6ef559365f4d0ee51a77074b1ce7.tar.xz |
Fix build after commit 22ece1a. Too many if's.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1294723002 .
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/fxge/ge/fx_ge_text.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fxge/ge/fx_ge_text.cpp b/core/src/fxge/ge/fx_ge_text.cpp index 5af3e4816f..0d4e9d5359 100644 --- a/core/src/fxge/ge/fx_ge_text.cpp +++ b/core/src/fxge/ge/fx_ge_text.cpp @@ -195,6 +195,7 @@ FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, pText2Device, font_size, fill_color, alpha_flag, pIccTransform)) { return TRUE; + } } int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) |