[Webkit-unassigned] [Bug 95625] [CSS Exclusions] add support for a subset of the basic shapes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 7 15:35:22 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95625
--- Comment #17 from Dave Hyatt <hyatt at apple.com> 2012-09-07 15:35:37 PST ---
One more comment:
virtual void getInsideIntervals(float logicalTop, float logicalBottom, Vector<ExclusionInterval>&) const = 0;
virtual void getOutsideIntervals(float logicalTop, float logicalBottom, Vector<ExclusionInterval>&) const = 0;
You should go ahead and do those renames to logicalTop and logicalBottom in the headers at least, instead of still using y1 and y2.
--
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