Re: [matrix][cssom-view] DOMPoint, DOMPointLiteral definitions

On Tue, 24 Sep 2013 13:30:39 +0200, Cameron McCormack <cam@mcc.id.au>  
wrote:

> Dirk Schulze wrote:
>> How do you specify that without having two transformPoint()  
>> definitions, one with a DOMPoint argument and the other with a  
>> DOMPointLiteral argument?
>
>    DOMPoint transformPoint((DOMPoint or DOMPointLiteral) point);

Or just

    DOMPoint transformPoint(DOMPointLiteral point);

This was already discussed:

http://www.w3.org/mid/CAAWBYDDF1fRrJj08AvFARfCstkQfgg=RH85n-UPh3ZZ_fjc2wA@mail.gmail.com

-- 
Simon Pieters
Opera Software

Received on Tuesday, 24 September 2013 13:46:12 UTC