pass alpha directly to player, rather than creating a layer (for performance)
authorreed@google.com <reed@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Mar 2012 17:08:51 +0000 (17:08 +0000)
committerreed@google.com <reed@google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 30 Mar 2012 17:08:51 +0000 (17:08 +0000)
commit08c87157089fd175fe2c4c319b4e10f4d4a36eab
tree2c4483d00fa28c6bd3c9d6b5e7da0af686c54d68
parent37e211e61553349c7ff73a15dd8d5a17b3464e6c
pass alpha directly to player, rather than creating a layer (for performance)
https://bugs.webkit.org/show_bug.cgi?id=82360

Reviewed by Stephen White.

Performance change, existing webkit tests apply.

* public/WebMediaPlayer.h:
(WebMediaPlayer):
* src/WebMediaPlayerClientImpl.cpp:
(WebKit::WebMediaPlayerClientImpl::paintCurrentFrameInContext):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112682 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/public/WebMediaPlayer.h
Source/WebKit/chromium/src/WebMediaPlayerClientImpl.cpp