| Index: gpu/command_buffer/client/gles2_implementation.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
|
| index 41e5b37ce33c03711c85e7057658796d52e3eb6b..c3106fdd6e838b30a045ec2baf87fe01b60a5ffe 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation.cc
|
| @@ -4362,6 +4362,10 @@ void GLES2Implementation::ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| buffer.offset());
|
| }
|
|
|
| +void GLES2Implementation::CommitOverlayPlanesCHROMIUM() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| GLboolean GLES2Implementation::EnableFeatureCHROMIUM(
|
| const char* feature) {
|
| GPU_CLIENT_SINGLE_THREAD_CHECK();
|
|
|