Chromium Code Reviews| Index: core/fxge/dib/dib_int.h |
| diff --git a/core/fxge/dib/dib_int.h b/core/fxge/dib/dib_int.h |
| index aa4a7927fbcaa4dcd3cab8bfcd1b4b31dd3abbba..31ccc8d3719910cb5aba0ca0bb5c515e1dda9b51 100644 |
| --- a/core/fxge/dib/dib_int.h |
| +++ b/core/fxge/dib/dib_int.h |
| @@ -55,6 +55,7 @@ class CWeightTable { |
| int flags); |
| PixelWeight* GetPixelWeight(int pixel) const; |
| int* GetValueFromPixelWeight(PixelWeight* pWeight, int index) const; |
| + size_t GetPixelWeightSize() const; |
| private: |
| int m_DestMin; |