Bug 46766 - Begin hooking up painting in the plug-in process
Summary: Begin hooking up painting in the plug-in process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 16:35 PDT by Anders Carlsson
Modified: 2010-09-28 16:54 PDT (History)
0 users

See Also:


Attachments
Patch (20.91 KB, patch)
2010-09-28 16:39 PDT, Anders Carlsson
sam: 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 2010-09-28 16:35:42 PDT
Begin hooking up painting in the plug-in process
Comment 1 Anders Carlsson 2010-09-28 16:39:22 PDT
Created attachment 69130 [details]
Patch
Comment 2 Sam Weinig 2010-09-28 16:49:35 PDT
Comment on attachment 69130 [details]
Patch

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

> WebKit2/WebProcess/Plugins/PluginProxy.h:98
> +    // This ist he shared memory backing store that the plug-in paints into. When the plug-in tells us

Typo. ist he -> is the.
Comment 3 Anders Carlsson 2010-09-28 16:54:14 PDT
Committed r68610: <http://trac.webkit.org/changeset/68610>