diff options
Diffstat (limited to 'core/fpdfapi/page')
-rw-r--r-- | core/fpdfapi/page/cpdf_colorstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |