[webkit-reviews] review granted: [Bug 87294] REGRESSION (r117623): Entering/exiting fullscreen HTML5 videos, there is a quick animated fade : [Attachment 143608] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 13:04:55 PDT 2012


Darin Adler <darin at apple.com> has granted Jer Noble <jer.noble at apple.com>'s
request for review:
Bug 87294: REGRESSION (r117623): Entering/exiting fullscreen HTML5 videos,
there is a quick animated fade
https://bugs.webkit.org/show_bug.cgi?id=87294

Attachment 143608: Patch
https://bugs.webkit.org/attachment.cgi?id=143608&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=143608&action=review


> Source/WebKit2/UIProcess/API/mac/WKView.mm:2518
> +	   [CATransaction begin];
> +	   [CATransaction setDisableActions:YES];

A “why” comment would be good here for the setDisableActions: call.


More information about the webkit-reviews mailing list