| Index: content/browser/renderer_host/surface_texture_transport_client_android.h
|
| diff --git a/content/browser/renderer_host/surface_texture_transport_client_android.h b/content/browser/renderer_host/surface_texture_transport_client_android.h
|
| index ca332d5cc55f99377f3e77eee3c8613feda8a3b9..08a18d00d591050f4f6828bb3fdd1b9f391abd2c 100644
|
| --- a/content/browser/renderer_host/surface_texture_transport_client_android.h
|
| +++ b/content/browser/renderer_host/surface_texture_transport_client_android.h
|
| @@ -44,6 +44,7 @@ class SurfaceTextureTransportClient : public cc::VideoFrameProvider {
|
| ANativeWindow* window_;
|
| scoped_refptr<media::VideoFrame> video_frame_;
|
| uint32 texture_id_;
|
| + int surface_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SurfaceTextureTransportClient);
|
| };
|
|
|