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:
Jonathan Watt 2013-10-24 17:50:26 +02:00
parent 161ba3627c
commit eb82dd45f2

View File

@ -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();
/**