| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 314261f42e240f92043c531fe43cf7ec3b82c02b..e5d6f6add32bc67699dab8e7243dd5e9a5e48158 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -220,6 +220,11 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| virtual void SetSwapBuffersCompleteCallback(
|
| const base::Closure& swap_buffers_complete_callback)
|
| OVERRIDE;
|
| + virtual void ScheduleOverlayPlane(int plane_z_order,
|
| + unsigned plane_transform,
|
| + const gpu::Mailbox& overlay_texture,
|
| + const gfx::Rect& display_bounds,
|
| + const gfx::RectF& uv_rect) OVERRIDE;
|
|
|
| void GetProgramInfoCHROMIUMHelper(GLuint program, std::vector<int8>* result);
|
| GLint GetAttribLocationHelper(GLuint program, const char* name);
|
|
|