Chromium Code Reviews| Index: core/fxge/include/fx_dib.h |
| diff --git a/core/fxge/include/fx_dib.h b/core/fxge/include/fx_dib.h |
| index 5a31722a826ad089cf4712510f1a9d0cb0c7c1ff..8d9f27e3f7e98e14166c8bac17661f4f9acf179f 100644 |
| --- a/core/fxge/include/fx_dib.h |
| +++ b/core/fxge/include/fx_dib.h |
| @@ -247,6 +247,10 @@ class CFX_DIBSource { |
| int& src_top, |
| const CFX_ClipRgn* pClipRgn); |
| +#if defined _SKIA_SUPPORT_ |
| + void DebugVerifyBitmapIsPreMultiplied(void* buffer = nullptr) const; |
| +#endif |
| + |
| CFX_DIBitmap* m_pAlphaMask; |
| protected: |