Bug 45921 - [chromium] Add needed entry points to WebGraphicsContext3D for compositor
Summary: [chromium] Add needed entry points to WebGraphicsContext3D for compositor
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 14:49 PDT by Kenneth Russell
Modified: 2010-09-16 16:04 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.26 KB, patch)
2010-09-16 15:53 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 14:49:05 PDT
In order to host the compositor on top of WebGraphicsContext3D, entry points are needed on WebGraphicsContext3D to select whether to render directly to the WebView, as well as for a couple of Chromium-specific extensions.
Comment 1 Kenneth Russell 2010-09-16 15:53:27 PDT
Created attachment 67851 [details]
Patch
Comment 2 Kenneth Russell 2010-09-16 16:04:17 PDT
Committed r67677: <http://trac.webkit.org/changeset/67677>