| Index: core/fpdfapi/page/cpdf_color.h
|
| diff --git a/core/fpdfapi/page/cpdf_color.h b/core/fpdfapi/page/cpdf_color.h
|
| index 3eb839a684500681b5f32b970679e55ec7782351..e81b53105504a7fe184d8bb2ac97b0ec0a363701 100644
|
| --- a/core/fpdfapi/page/cpdf_color.h
|
| +++ b/core/fpdfapi/page/cpdf_color.h
|
| @@ -26,7 +26,7 @@ class CPDF_Color {
|
| void SetValue(FX_FLOAT* comp);
|
| void SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comp, int ncomps);
|
|
|
| - FX_BOOL GetRGB(int& R, int& G, int& B) const;
|
| + bool GetRGB(int& R, int& G, int& B) const;
|
| CPDF_Pattern* GetPattern() const;
|
| const CPDF_ColorSpace* GetColorSpace() const { return m_pCS; }
|
|
|
|
|