From d5d35bc5de3d6ef559365f4d0ee51a77074b1ce7 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 13 Aug 2015 18:04:27 -0700 Subject: Fix build after commit 22ece1a. Too many if's. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1294723002 . --- core/src/fxge/ge/fx_ge_text.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3