Bug 45913 - [chromium] Add WebGraphicsContext3D accessor to WebView
Summary: [chromium] Add WebGraphicsContext3D accessor to WebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks: 45912
  Show dependency treegraph
 
Reported: 2010-09-16 12:01 PDT by Kenneth Russell
Modified: 2010-09-16 12:26 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.79 KB, patch)
2010-09-16 12:05 PDT, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-09-16 12:01:47 PDT
In order to allow GraphicsContext3D instances for WebGL and other APIs to share resources with the compositor's GraphicsContext3D, a WebGraphicsContext3D accessor needs to be added to WebView (WebKit/chromium/public/WebView.h). Initially this needs to be stubbed out; it can be fully implemented once other changes land.
Comment 1 Kenneth Russell 2010-09-16 12:05:58 PDT
Created attachment 67825 [details]
Patch
Comment 2 James Robinson 2010-09-16 12:10:09 PDT
Comment on attachment 67825 [details]
Patch

R=me.  Darin OK'd at the WebKit API change verbally as wel.
Comment 3 Kenneth Russell 2010-09-16 12:26:41 PDT
Committed r67649: <http://trac.webkit.org/changeset/67649>