Start Blimp.
Observe black before seeing the content.
We should set white as window background, probably through getWindow().setBackgroundDrawable().
In the future, we should remove this after SurfaceView has content.
The window background should be set to white in the beginning of the application.
After the first frame is drawn, the background should be set to null.
src/chrome/android/..../CompositorView.java --> onSwapBuffersCompleted
BlimpOutputSurface: SwapBuffers() seems like the right place to reset the background.
Comment 1 by shaktisahu@chromium.org
, Apr 20 2016