[Webkit-unassigned] [Bug 89197] [Chromium] Implements DeviceMotion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 09:37:54 PDT 2012


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





--- Comment #31 from Amy Ousterhout <aousterh at chromium.org>  2012-08-06 09:37:48 PST ---
This patch set redesigns DeviceMotion so that data is passed through the Platform layer rather than through WebKit. Can you take a look and let me know if this is on the right track?

A couple of notes:
-I have not yet updated the tests to reflect this change - the mock should probably be moved to Tools/DumpRenderTree/chromium.
-We cannot wrap DeviceMotionData using WebPrivatePtr because DeviceMotionData includes RefPtrs as members (Acceleration and RotationRate), which cannot be exposed in the public API. Instead, I created WebDeviceMotionData in Platform/chromium/public, and copy data from it to DeviceMotionData.

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