summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-08-13 18:04:27 -0700
committerLei Zhang <thestig@chromium.org>2015-08-13 18:04:27 -0700
commitd5d35bc5de3d6ef559365f4d0ee51a77074b1ce7 (patch)
tree3eceb249ffc9600e8f0bddb8fffe87c88a98d41a
parent22ece1a6c9c4d7c673d34cff1cd6ec2a069f0331 (diff)
downloadpdfium-d5d35bc5de3d6ef559365f4d0ee51a77074b1ce7.tar.xz
Fix build after commit 22ece1a. Too many if's.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1294723002 .
-rw-r--r--core/src/fxge/ge/fx_ge_text.cpp1
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)