[webkit-reviews] review granted: [Bug 71072] Add a Plugin::geometryDidChange that will work with transforms : [Attachment 112775] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 17:13:28 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Anders Carlsson
<andersca at apple.com>'s request for review:
Bug 71072: Add a Plugin::geometryDidChange that will work with transforms
https://bugs.webkit.org/show_bug.cgi?id=71072

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=112775&action=review


> Source/WebKit2/WebProcess/Plugins/PluginView.cpp:727
> +    IntPoint locationInWindowCoordinates =
parent()->contentsToWindow(frameRect().location());

This should use contentsToRootView(), not contentsToWindow().


More information about the webkit-reviews mailing list