| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Review URL: https://chromiumcodereview.appspot.com/9255022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118322 0039d316-1c4b-4281-b951-d872f2087c98
|