Bug 71250 - Factor code to resize the plug-in backing store out into a separate function
Summary: Factor code to resize the plug-in backing store out into a separate function
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 15:57 PDT by Anders Carlsson
Modified: 2011-10-31 16:07 PDT (History)
0 users

See Also:


Attachments
Patch (9.17 KB, patch)
2011-10-31 16:00 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 15:57:04 PDT
Factor code to resize the plug-in backing store out into a separate function
Comment 1 Anders Carlsson 2011-10-31 16:00:08 PDT
Created attachment 113099 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-10-31 16:04:07 PDT
Comment on attachment 113099 [details]
Patch

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

> Source/WebKit2/WebProcess/Plugins/PluginProxy.h:113
> +    float contentsScaleFactor();

This should be a const member function.
Comment 3 Anders Carlsson 2011-10-31 16:07:23 PDT
Committed r98897: <http://trac.webkit.org/changeset/98897>