[Webkit-unassigned] [Bug 31718] Framework to show form validation message for invalid controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 19:15:06 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=31718





--- Comment #10 from Sam Weinig <sam at webkit.org>  2010-03-28 19:15:05 PST ---
(From update of attachment 51702)
> +    // Returns the top-left, top-right, bottom-left, bottom-right corner
> +    // locations with transformations. This returns an empty vector if the
> +    // element has no renderer.
> +    // Suppose that 'points' is a result of getTransformedCorners(), you can
> +    // access each of corners with symbolic indexes:
> +    //   points[TopLeftCorner]
> +    //   points[TopRightCorner]
> +    //   points[BottomLeftCorner]
> +    //   points[bottomRightCorner]
> +    virtual Vector<FloatPoint> getTransformedCorners() const;
> +    enum { // Indexes for the result of getTransformedCorners().
> +        TopLeftCorner = 0,
> +        TopRightCorner,
> +        BottomLeftCorner,
> +        BottomRightCorner
> +    };

Why doesn't this just a FloatQuad?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list