OSDN Git Service

Fix plugin rendering bug when video surface is not ready. do not merge
authorDerek Sollenberger <djsollen@google.com>
Fri, 28 Oct 2011 17:11:02 +0000 (13:11 -0400)
committerBart Sears <bsears@google.com>
Fri, 4 Nov 2011 03:10:20 +0000 (20:10 -0700)
commit209db4d462bfff0c9f13896f72611a82c2c6639c
tree288567720dac5a311684861dc04358426581729a
parent0d4258e78caa860491a4c9e6965e574dabc3ec63
Fix plugin rendering bug when video surface is not ready. do not merge

cherry-pick of bf6900fe796a697400203ab777001716f3d83a0a

The browser incorrectly jumps out of the compositing step for a
plugin early if it detects a video surface is not ready. The
correct behavior is to skip rendering the video and proceed to
rendering the other plugin contents.

bug: 5525272
Change-Id: I12acb477890303d03c99ffa13729fd7e7eefc800
Source/WebCore/platform/graphics/android/MediaTexture.cpp