| Index: content/browser/renderer_host/image_transport_factory_android.h
|
| diff --git a/content/browser/renderer_host/image_transport_factory_android.h b/content/browser/renderer_host/image_transport_factory_android.h
|
| index 34d9a584f381c0a3a97414e5fd8a8c4a4d3c7cd8..19782b6b75490bc39fa10ccf8ab666655e6df0a6 100644
|
| --- a/content/browser/renderer_host/image_transport_factory_android.h
|
| +++ b/content/browser/renderer_host/image_transport_factory_android.h
|
| @@ -27,6 +27,10 @@ class ImageTransportFactoryAndroid {
|
| void DestroySharedSurfaceHandle(const gfx::GLSurfaceHandle& handle);
|
|
|
| uint32_t InsertSyncPoint();
|
| + uint32_t CreateTexture();
|
| + void DeleteTexture(uint32_t id);
|
| + void AcquireTexture(uint32 texture_id, const signed char* mailbox_name);
|
| + void ReleaseTexture(uint32 texture_id, const signed char* mailbox_name);
|
|
|
| WebKit::WebGraphicsContext3D* GetContext3D();
|
| GLHelper* GetGLHelper();
|
|
|