Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
index fbdd7d32167a9ee9db098eb6896ff339172c02f6..56ff060e2e2cb2ea388b9fbcf030d63bf0985a9f 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -9489,6 +9489,13 @@ error::Error GLES2DecoderImpl::HandleScheduleCALayerCHROMIUM( |
return error::kNoError; |
} |
+error::Error GLES2DecoderImpl::HandleCommitOverlayPlanesCHROMIUM( |
+ uint32 immediate_data_size, |
+ const void* cmd_data) { |
+ NOTIMPLEMENTED(); |
+ return error::kNoError; |
+} |
+ |
error::Error GLES2DecoderImpl::GetAttribLocationHelper( |
GLuint client_id, uint32 location_shm_id, uint32 location_shm_offset, |
const std::string& name_str) { |