Chromium Code Reviews| Index: core/fxge/dib/fx_dib_main.cpp |
| diff --git a/core/fxge/dib/fx_dib_main.cpp b/core/fxge/dib/fx_dib_main.cpp |
| index 63db7adb91b95cd0aa7c88902c16066dcb4783a1..fd0e9774908f331c73ebe847b21a7434f82a46d0 100644 |
| --- a/core/fxge/dib/fx_dib_main.cpp |
| +++ b/core/fxge/dib/fx_dib_main.cpp |
| @@ -67,6 +67,7 @@ CFX_DIBitmap::CFX_DIBitmap() { |
| m_pBuffer = nullptr; |
| m_pPalette = nullptr; |
| #ifdef _SKIA_SUPPORT_PATHS_ |
| + m_bIsOffscreen = false; |
| m_bUnPreMultiply = false; |
| #endif |
| } |