From c2d9e2d00ee871fa538bc46c8209e98ab9a30c44 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 15 Mar 2018 15:06:11 +0000 Subject: Rename FX_COLORREF variables from "rgb" to "bgr". FX_COLORREF should work like win32 COLORREF, which is BGR. Change-Id: I9f8bb3e2d30a64dc822ac6b8c46130358a03678a Reviewed-on: https://pdfium-review.googlesource.com/28574 Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- core/fpdfapi/page/cpdf_colorstate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/fpdfapi/page') diff --git a/core/fpdfapi/page/cpdf_colorstate.h b/core/fpdfapi/page/cpdf_colorstate.h index 9619051e2c..cae79b28e2 100644 --- a/core/fpdfapi/page/cpdf_colorstate.h +++ b/core/fpdfapi/page/cpdf_colorstate.h @@ -54,6 +54,7 @@ class CPDF_ColorState { void SetDefault(); + // TODO(thestig): Rename these to BGR. uint32_t m_FillRGB; uint32_t m_StrokeRGB; CPDF_Color m_FillColor; -- cgit v1.2.3