Bug 71072

Summary: Add a Plugin::geometryDidChange that will work with transforms
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

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.