| Index: webkit/media/android/webmediaplayer_android.h
|
| diff --git a/webkit/media/android/webmediaplayer_android.h b/webkit/media/android/webmediaplayer_android.h
|
| index 9c55b8589ed10d6423922aa0576a978301180513..3bcfd3ec75ecdb98bd3e678d9b9eb78ec40bf270 100644
|
| --- a/webkit/media/android/webmediaplayer_android.h
|
| +++ b/webkit/media/android/webmediaplayer_android.h
|
| @@ -152,10 +152,6 @@ class WebMediaPlayerAndroid :
|
| void UpdateNetworkState(WebKit::WebMediaPlayer::NetworkState state);
|
| void UpdateReadyState(WebKit::WebMediaPlayer::ReadyState state);
|
|
|
| - // Methods for creation and deletion of stream texture.
|
| - void CreateStreamTexture();
|
| - void DestroyStreamTexture();
|
| -
|
| // whether the current process is incognito mode
|
| static bool incognito_mode_;
|
|
|
|
|