Bug 71072 - Add a Plugin::geometryDidChange that will work with transforms
Summary: Add a Plugin::geometryDidChange that will work with transforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 16:10 PDT by Anders Carlsson
Modified: 2011-10-27 17:19 PDT (History)
0 users

See Also:


Attachments
Patch (17.42 KB, patch)
2011-10-27 16:18 PDT, Anders Carlsson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-10-27 16:10:46 PDT
Add a Plugin::geometryDidChange that will work with transforms
Comment 1 Anders Carlsson 2011-10-27 16:18:25 PDT
Created attachment 112775 [details]
Patch
Comment 2 Simon Fraser (smfr) 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().
Comment 3 Anders Carlsson 2011-10-27 17:19:03 PDT
Committed r98664: <http://trac.webkit.org/changeset/98664>