Re: [webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Benjamin Poulain
On 4/16/14, 10:40 PM, Dirk Schulze wrote: On Apr 17, 2014, at 5:45 AM, Benjamin Poulain wrote: Hi Dirk, On 4/16/14, 1:18 PM, Dirk Schulze wrote: I would like to ask to remove the CANVAS_PATH compiler flag from WebCore where possible. At the moment it guards the Path2D object and all related

Re: [webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Dirk Schulze
On Apr 17, 2014, at 5:45 AM, Benjamin Poulain wrote: > Hi Dirk, > > On 4/16/14, 1:18 PM, Dirk Schulze wrote: >> I would like to ask to remove the CANVAS_PATH compiler flag from WebCore >> where possible. At the moment it guards the Path2D object and all related >> methods in Canvas like: >>

Re: [webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Benjamin Poulain
Hi Dirk, On 4/16/14, 1:18 PM, Dirk Schulze wrote: I would like to ask to remove the CANVAS_PATH compiler flag from WebCore where possible. At the moment it guards the Path2D object and all related methods in Canvas like: void fill(Path2D path, optional CanvasWindingRule winding); vo

Re: [webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Rik Cabanier
On Wed, Apr 16, 2014 at 1:18 PM, Dirk Schulze wrote: > Hi, > > I would like to ask to remove the CANVAS_PATH compiler flag from WebCore > where possible. At the moment it guards the Path2D object and all related > methods in Canvas like: > > void fill(Path2D path, optional CanvasWindingRule w

[webkit-dev] Remove CANVAS_PATH compiler flag where possible

2014-04-16 Thread Dirk Schulze
Hi, I would like to ask to remove the CANVAS_PATH compiler flag from WebCore where possible. At the moment it guards the Path2D object and all related methods in Canvas like: void fill(Path2D path, optional CanvasWindingRule winding); void stroke(Path2D path); void clip(Path2D path,