OSDN Git Service

Fix plugin rendering bug when video surface is not ready.
authorDerek Sollenberger <djsollen@google.com>
Fri, 28 Oct 2011 17:11:02 +0000 (13:11 -0400)
committerDerek Sollenberger <djsollen@google.com>
Fri, 28 Oct 2011 17:21:54 +0000 (13:21 -0400)
commitbf6900fe796a697400203ab777001716f3d83a0a
treeda3f493fa0a11eb41cbcdd5130d4120bf7bdb946
parent75fd6068b065c26beb1ce4d86090aaacbe243c22
Fix plugin rendering bug when video surface is not ready.

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: Id838f6cef4913e817f58bf2b7e17d871f9f0250e
Source/WebCore/platform/graphics/android/MediaTexture.cpp