RESOLVED FIXED 71072
Add a Plugin::geometryDidChange that will work with transforms
https://bugs.webkit.org/show_bug.cgi?id=71072
Summary Add a Plugin::geometryDidChange that will work with transforms
Anders Carlsson
Reported 2011-10-27 16:10:46 PDT
Add a Plugin::geometryDidChange that will work with transforms
Attachments
Patch (17.42 KB, patch)
2011-10-27 16:18 PDT, Anders Carlsson
simon.fraser: review+
Anders Carlsson
Comment 1 2011-10-27 16:18:25 PDT
Simon Fraser (smfr)
Comment 2 2011-10-27 17:13:29 PDT
Comment on attachment 112775 [details] Patch 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().
Anders Carlsson
Comment 3 2011-10-27 17:19:03 PDT
Note You need to log in before you can comment on or make changes to this bug.