Bug 105170 - Web Inspector: [WebGL] handle video elements used in WebGL
Summary: Web Inspector: [WebGL] handle video elements used in WebGL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Adaikin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 06:16 PST by Andrey Adaikin
Modified: 2012-12-18 01:03 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.91 KB, patch)
2012-12-17 06:17 PST, Andrey Adaikin
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Adaikin 2012-12-17 06:16:02 PST
Patch to follow.

Sample of a WebGL program that renders a video: http://webglsamples.googlecode.com/hg/color-adjust/color-adjust.html
Comment 1 Andrey Adaikin 2012-12-17 06:17:04 PST
Created attachment 179729 [details]
Patch
Comment 2 Yury Semikhatsky 2012-12-17 20:24:25 PST
Comment on attachment 179729 [details]
Patch

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

> Source/WebCore/ChangeLog:5
> +

Please provide a brief description here.
Comment 3 Andrey Adaikin 2012-12-18 01:03:19 PST
Committed r137996: <http://trac.webkit.org/changeset/137996>