[webkit-reviews] review granted: [Bug 102300] Add a new shared class WebCoreFullScreenPlaceholderView, for use in WebKit and WebKit2. : [Attachment 176340] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 15:20:08 PST 2012


Anders Carlsson <andersca at apple.com> has granted Jer Noble
<jer.noble at apple.com>'s request for review:
Bug 102300: Add a new shared class WebCoreFullScreenPlaceholderView, for use in
WebKit and WebKit2.
https://bugs.webkit.org/show_bug.cgi?id=102300

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=176340&action=review


> Source/WebCore/platform/mac/WebCoreFullScreenPlaceholderView.mm:55
> +    warningFrame.origin = NSMakePoint(
> +					 (frameRect.size.width -
warningFrame.size.width) / 2,
> +					 (frameRect.size.height -
warningFrame.size.height) / 2);

Remove the newlines here.


More information about the webkit-reviews mailing list