Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
index 16f23e1ebca6a2498ee51cd457aba8e5335562a8..d935f17aef87b421ec088fe86474f1d009e4367a 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
@@ -1872,6 +1872,12 @@ error::Error GLES2DecoderPassthroughImpl::DoScheduleCALayerCHROMIUM( |
return error::kNoError; |
} |
+error::Error GLES2DecoderPassthroughImpl::DoScheduleCALayerInUseQueryCHROMIUM( |
+ GLuint n, |
+ const GLuint* textures) { |
+ return error::kNoError; |
+} |
+ |
error::Error GLES2DecoderPassthroughImpl::DoCommitOverlayPlanesCHROMIUM() { |
return error::kNoError; |
} |