mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 930564 - Expose the gfxPath ctor that takes a Moz2D path to aid in converting code to Moz2D. r=Bas
This commit is contained in:
parent
161ba3627c
commit
eb82dd45f2
@ -31,11 +31,11 @@ class gfxPath {
|
||||
|
||||
protected:
|
||||
gfxPath(cairo_path_t* aPath);
|
||||
gfxPath(mozilla::gfx::Path* aPath);
|
||||
|
||||
void EnsureFlattenedPath();
|
||||
|
||||
public:
|
||||
gfxPath(mozilla::gfx::Path* aPath);
|
||||
virtual ~gfxPath();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user