summaryrefslogtreecommitdiffstats
path: root/webkit/media/skcanvas_video_renderer.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit alpha parameter to the mediaplayer's paint method. This allows ↵reed@google.com2012-03-271-47/+20
| | | | | | | | skia to completely avoid calling saveLayer() and all of the performance penalty that that implies. Review URL: https://chromiumcodereview.appspot.com/9811008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129179 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid a DCHECK during navigate-away from a video being HW-rendered.fischman@chromium.org2012-02-281-6/+10
| | | | | | | | | | | | During playback (before shutdown) WebMediaPlayerClientImpl::paint() early-returns in the accelerated-rendering case, but during shutdown that isn't the case and SkCanvasVideoRenderer::paint() can be called. So guard against that and deal with it gracefully. Review URL: http://codereview.chromium.org/9474009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123885 0039d316-1c4b-4281-b951-d872f2087c98
* Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.scherkus@chromium.org2012-01-191-0/+271
Review URL: https://chromiumcodereview.appspot.com/9255022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118322 0039d316-1c4b-4281-b951-d872f2087c98