summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webvideoframe_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Warn/error on "using namespace blah;" in headers on clang machines.erg@google.com2011-03-161-4/+3
| | | | | | | | | | | This adds about 25s to "make -j8" on linux. I have a few ideas on how to reduce runtime to compensate though. BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6698051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78395 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ↵abarth@chromium.org2011-01-171-1/+1
| | | | | | reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71586 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+1
| | | | | | | | | | | (Only 916k this time off Debug Linux .a files) BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3814013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62967 0039d316-1c4b-4281-b951-d872f2087c98
* Access texture in a WebVideoFramehclam@chromium.org2010-09-281-0/+1
| | | | | | | | | | | Provide getters for accessing textures in a WebVideoFrame BUG=53714 TEST=None Review URL: http://codereview.chromium.org/3472020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60852 0039d316-1c4b-4281-b951-d872f2087c98
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-311-0/+36
This patch adds an implementation of the WebVideoFrame interface defined in WebKit, and it adds behavior to WebMediaPlayerImpl to pass video frame data between WebKit and Chromium. BUG=none TEST=none Review URL: http://codereview.chromium.org/3155050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58022 0039d316-1c4b-4281-b951-d872f2087c98