| Index: content/common/gpu/media/tegra_v4l2_device.h
|
| diff --git a/content/common/gpu/media/tegra_v4l2_device.h b/content/common/gpu/media/tegra_v4l2_device.h
|
| index 96b07a9dee455797e761d5be87b08d34a18827c3..30376dbc3f30fe233d4a227a07911934251b694d 100644
|
| --- a/content/common/gpu/media/tegra_v4l2_device.h
|
| +++ b/content/common/gpu/media/tegra_v4l2_device.h
|
| @@ -40,13 +40,14 @@ class TegraV4L2Device : public V4L2Device {
|
| size_t num_planes,
|
| enum v4l2_buf_type type) override;
|
| bool CanCreateEGLImageFrom(uint32_t v4l2_pixfmt) override;
|
| - EGLImageKHR CreateEGLImage(EGLDisplay egl_display,
|
| - EGLContext egl_context,
|
| - GLuint texture_id,
|
| - gfx::Size frame_buffer_size,
|
| - unsigned int buffer_index,
|
| - uint32_t v4l2_pixfmt,
|
| - size_t num_v4l2_planes);
|
| + EGLImageKHR CreateEGLImage(
|
| + EGLDisplay egl_display,
|
| + EGLContext egl_context,
|
| + GLuint texture_id,
|
| + const gfx::Size& size,
|
| + unsigned int buffer_index,
|
| + uint32_t v4l2_pixfmt,
|
| + const std::vector<base::ScopedFD>& dmabuf_fds) override;
|
| EGLBoolean DestroyEGLImage(EGLDisplay egl_display,
|
| EGLImageKHR egl_image) override;
|
| GLenum GetTextureTarget() override;
|
|
|