Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3257)

Unified Diff: core/fxge/cfx_fxgedevice.h

Issue 2504863003: fix corpus tests (Closed)
Patch Set: merge with tot Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fpdfapi/render/cpdf_renderstatus.cpp ('k') | core/fxge/cfx_renderdevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/cfx_fxgedevice.h
diff --git a/core/fxge/cfx_fxgedevice.h b/core/fxge/cfx_fxgedevice.h
index 8358e436667a31d73c32c7cfcfc2c77818ff37a0..03fece7df58510416c94170c79ef3330c725ddf8 100644
--- a/core/fxge/cfx_fxgedevice.h
+++ b/core/fxge/cfx_fxgedevice.h
@@ -39,6 +39,10 @@ class CFX_FxgeDevice : public CFX_RenderDevice {
int blend_type) override;
#endif
+#ifdef _SKIA_SUPPORT_PATHS_
+ void UnPreMultiplyDevice() override;
+#endif
+
private:
bool m_bOwnedBitmap;
};
« no previous file with comments | « core/fpdfapi/render/cpdf_renderstatus.cpp ('k') | core/fxge/cfx_renderdevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698