| Index: webkit/media/android/webmediaplayer_android.h
|
| diff --git a/webkit/media/android/webmediaplayer_android.h b/webkit/media/android/webmediaplayer_android.h
|
| index 371513c9f45a932d2a45c0a5e06f218a022d4647..22c389566ed00e14dc5f1d20606d1adae9e31613 100644
|
| --- a/webkit/media/android/webmediaplayer_android.h
|
| +++ b/webkit/media/android/webmediaplayer_android.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/time.h"
|
| #include "cc/layers/video_frame_provider.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayer.h"
|
| @@ -65,6 +66,14 @@ class WebMediaPlayerAndroid
|
| const WebKit::WebRect& rect,
|
| uint8_t alpha);
|
|
|
| + virtual bool copyVideoTextureToPlatformTexture(
|
| + WebKit::WebGraphicsContext3D* web_graphics_context,
|
| + unsigned int texture,
|
| + unsigned int level,
|
| + unsigned int internal_format,
|
| + bool premultiply_alpha,
|
| + bool flip_y);
|
| +
|
| // True if the loaded media has a playable video/audio track.
|
| virtual bool hasVideo() const;
|
| virtual bool hasAudio() const;
|
|
|