Bug 71257 - PluginProxy::Update should pass the painted rect in plug-in coordinates
Summary: PluginProxy::Update should pass the painted rect in plug-in coordinates
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-31 17:39 PDT by Anders Carlsson
Modified: 2011-10-31 17:59 PDT (History)
0 users

See Also:


Attachments
Patch (4.33 KB, patch)
2011-10-31 17:40 PDT, Anders Carlsson
aroben: 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-31 17:39:20 PDT
PluginProxy::Update should pass the painted rect in plug-in coordinates
Comment 1 Anders Carlsson 2011-10-31 17:40:38 PDT
Created attachment 113116 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-10-31 17:41:34 PDT
Comment on attachment 113116 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=113116&action=review

> Source/WebKit2/ChangeLog:4
> +        PluginProxy::Update should pass the painted rect in plug-in coordinates
> +        https://bugs.webkit.org/show_bug.cgi?id=71257

Can you explain why doing it the new way is better?
Comment 3 Anders Carlsson 2011-10-31 17:59:49 PDT
Committed r98928: <http://trac.webkit.org/changeset/98928>