fix video view

This commit is contained in:
Jehan Monnier 2010-11-12 09:52:56 +01:00
parent c909af1791
commit aa8101f5bf

View file

@ -9,7 +9,7 @@ import android.view.SurfaceView;
import android.view.Surface.OutOfResourcesException;
import android.view.SurfaceHolder.Callback;
public class AndroidVideoWindowImpl implements Object {
public class AndroidVideoWindowImpl {
private Bitmap mBitmap;
private SurfaceView mView;
private Surface mSurface;