[Webkit-unassigned] [Bug 124265] Move MediaConstraintsImpl to MediaConstraintsPrivate in platform/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 26 09:04:09 PDT 2014


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





--- Comment #8 from Philippe Normand <pnormand at igalia.com>  2014-08-26 09:04:13 PST ---
Well, I'm not sure anymore this is a real issue, if we move the Impl class to platform/ and rename it to Private it's not exactly like other Private implementations we have in platform/mediastream.

MediaConstraintsImpl is the actual implementation of an abstract class whereas other Private classes don't inherit from the interface they implement, it's a different pattern...

For bug 123158 I got a PoC that is able to send MediaConstraintsImpl over the wire but I'm not sure if this is a layer violation or not. I'd prefer to handle MediaConstraints directly but being an abstract class I'm having issues for the IPC communication.

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