Make the video bg black. It is nicer
diff --git a/src/com/android/browser/BrowserActivity.java b/src/com/android/browser/BrowserActivity.java
index afe21db..8336837 100644
--- a/src/com/android/browser/BrowserActivity.java
+++ b/src/com/android/browser/BrowserActivity.java
@@ -703,7 +703,7 @@
             frameLayout.addView(browserFrameLayout, COVER_SCREEN_PARAMS);
         } else {
             mCustomViewContainer = new FrameLayout(this);
-            mCustomViewContainer.setBackgroundColor(Color.DKGRAY);
+            mCustomViewContainer.setBackgroundColor(Color.BLACK);
             mContentView = new FrameLayout(this);
             frameLayout.addView(mCustomViewContainer, COVER_SCREEN_PARAMS);
             frameLayout.addView(mContentView, COVER_SCREEN_PARAMS);