Merge "Fix Gallery2 bug: when play video with USB mouse there is one opaque UI layer on the video(DPU 2D blit will do alpha blending for this UI and 4K video, then it cant achieve 60fps)" am: 598bf0efb1
am: 7a77bc212d

Change-Id: Ia6636ca10f267854f1a3b79dde91564f37eae5be
diff --git a/res/layout/movie_view.xml b/res/layout/movie_view.xml
index 75b8dfd..97aa156 100644
--- a/res/layout/movie_view.xml
+++ b/res/layout/movie_view.xml
@@ -20,7 +20,6 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent">
     <VideoView android:id="@+id/surface_view"
-            android:visibility="invisible"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:layout_centerInParent="true" />