Index: core/fxge/skia/fx_skia_device.h |
diff --git a/core/fxge/skia/fx_skia_device.h b/core/fxge/skia/fx_skia_device.h |
index c21119b9a4091413a1aad8f7ab9538044197aa45..f7e5306ab5786a0efee988ac794db701f6d18459 100644 |
--- a/core/fxge/skia/fx_skia_device.h |
+++ b/core/fxge/skia/fx_skia_device.h |
@@ -126,6 +126,7 @@ class CFX_SkiaDeviceDriver : public IFX_RenderDeviceDriver { |
void Flush(); |
SkPictureRecorder* GetRecorder() const { return m_pRecorder; } |
void PreMultiply(); |
+ static void PreMultiply(CFX_DIBitmap* pDIBitmap); |
Lei Zhang
2016/06/29 18:19:23
Can we just remove this and put PreMultiply in fx_
|
SkCanvas* SkiaCanvas() { return m_pCanvas; } |
void Dump() const; |