| Index: content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java b/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
|
| index 7b258d2e0454ec23f2bb39e98dba893f55878b1f..5764e51ffe6dfbeb2bc45fd08adc011246d91647 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
|
| @@ -53,9 +53,6 @@ public class ContentVideoView extends FrameLayout implements MediaPlayerControl,
|
| private static final int MEDIA_ERROR = 100;
|
| private static final int MEDIA_INFO = 200;
|
|
|
| - // Type needs to be kept in sync with surface_texture_peer.h.
|
| - private static final int SET_VIDEO_SURFACE_TEXTURE = 1;
|
| -
|
| /** The video is streamed and its container is not valid for progressive
|
| * playback i.e the video's index (e.g moov atom) is not at the start of the
|
| * file.
|
|
|