[Webkit-unassigned] [Bug 145814] [Mobile Safari, WKWebView] increase DeviceOrientationEvent events emission frequency.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 10 15:46:20 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145814
--- Comment #3 from Benjamin Poulain <benjamin at webkit.org> ---
Comment on attachment 254683
--> https://bugs.webkit.org/attachment.cgi?id=254683
Increased sensor firing update frequency.
View in context: https://bugs.webkit.org/attachment.cgi?id=254683&action=review
> Source/WebCore/ChangeLog:7
> + Reviewed by Benjamin Poulain.
ahahahah :)
Normally, there is a default value here: "Reviewed by NOBODY (OOPS!)." which is replaced by the real value.
> Source/WebCore/platform/ios/WebCoreMotionManager.h:38
> -const float kMotionUpdateInterval = 0.05f;
> +const float kMotionUpdateInterval = 0.0166f;
Hum, I think something like this would look clearer: 1. / 60;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150610/ed36a830/attachment.html>
More information about the webkit-unassigned
mailing list