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 d2540e19f7c531aa5b70ee716b02259dc0db22f8..5b31da623aae1d61d9c559dd22c33b44185af082 100644 |
--- a/content/browser/renderer_host/surface_texture_transport_client_android.h |
+++ b/content/browser/renderer_host/surface_texture_transport_client_android.h |
@@ -8,6 +8,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "cc/layers/video_frame_provider.h" |
+#include "gpu/command_buffer/common/mailbox.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/size.h" |
@@ -44,6 +45,8 @@ class SurfaceTextureTransportClient : public cc::VideoFrameProvider { |
ANativeWindow* window_; |
scoped_refptr<media::VideoFrame> video_frame_; |
uint32 texture_id_; |
+ gpu::Mailbox texture_mailbox_; |
+ uint32 texture_mailbox_sync_point_; |
int surface_id_; |
DISALLOW_COPY_AND_ASSIGN(SurfaceTextureTransportClient); |