[Webkit-unassigned] [Bug 72294] Add contains() test to Region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 08:15:36 PST 2011


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





--- Comment #33 from Dana Jansens <danakj at chromium.org>  2011-11-18 08:15:36 PST ---
(In reply to comment #30)
> > > Source/WebCore/platform/graphics/Region.h:114
> > > +        friend bool operator!=(const Shape&, const Shape&);
> > 
> > I don’t think != needs to be a friend.
> 
> It does because Region::Shape is private, it won't compile otherwise.

Sorry, it occured to me you were referring to the friend declaration inside of Shape, and you're right.

Uploading a patch with this change. Is there anything else blocking this patch?

Thanks!

-- 
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