| Index: core/fpdfapi/page/cpdf_meshstream.h
|
| diff --git a/core/fpdfapi/page/cpdf_meshstream.h b/core/fpdfapi/page/cpdf_meshstream.h
|
| index 4d37f17889bee4cf0c037cfc2ece5982165fff81..21a6c2fa8cafc2919d92fc567907aaa198012463 100644
|
| --- a/core/fpdfapi/page/cpdf_meshstream.h
|
| +++ b/core/fpdfapi/page/cpdf_meshstream.h
|
| @@ -42,9 +42,9 @@ class CPDF_MeshStream {
|
| void GetColor(FX_FLOAT& r, FX_FLOAT& g, FX_FLOAT& b);
|
|
|
| uint32_t GetVertex(CPDF_MeshVertex& vertex, CFX_Matrix* pObject2Bitmap);
|
| - FX_BOOL GetVertexRow(CPDF_MeshVertex* vertex,
|
| - int count,
|
| - CFX_Matrix* pObject2Bitmap);
|
| + bool GetVertexRow(CPDF_MeshVertex* vertex,
|
| + int count,
|
| + CFX_Matrix* pObject2Bitmap);
|
|
|
| CFX_BitStream* BitStream() { return &m_BitStream; }
|
| uint32_t ComponentBits() const { return m_nComponentBits; }
|
|
|