Removing unused import.
Bug: None Change-Id: Iaa4c81b84a2c35e31b148f2b382a8f251c23b613 Reviewed-on: https://webrtc-review.googlesource.com/20760 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20580}
This commit is contained in:
committed by
Commit Bot
parent
ed929f3679
commit
360742078b
@ -20,9 +20,6 @@ import android.media.projection.MediaProjection;
|
||||
import android.media.projection.MediaProjectionManager;
|
||||
import android.view.Surface;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* An implementation of VideoCapturer to capture the screen content as a video stream.
|
||||
* Capturing is done by {@code MediaProjection} on a {@code SurfaceTexture}. We interact with this
|
||||
|
||||
Reference in New Issue
Block a user