Merge "Don't force composited layers to be stacking contexts - DO NOT MERGE" into ics-mr0
diff --git a/Source/WebCore/platform/graphics/android/MediaTexture.cpp b/Source/WebCore/platform/graphics/android/MediaTexture.cpp
index 3b215ee..1676186 100644
--- a/Source/WebCore/platform/graphics/android/MediaTexture.cpp
+++ b/Source/WebCore/platform/graphics/android/MediaTexture.cpp
@@ -159,7 +159,7 @@
 
         if (!video->surfaceTexture.get() || video->dimensions.isEmpty()
                 || !video->mediaListener->isFrameAvailable())
-            return;
+            continue;
 
         video->surfaceTexture->updateTexImage();