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 631d185285c772942494a4ae53a0f70a20077a48..af360d68de2571c17e52ed53248ada0379c24f9e 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
@@ -3322,5 +3322,14 @@ error::Error GLES2DecoderPassthroughImpl::DoOverlayPromotionHintCHROMIUM( |
return error::kNoError; |
} |
+error::Error GLES2DecoderPassthroughImpl::DoSetDrawRectangleCHROMIUM( |
+ GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height) { |
+ NOTIMPLEMENTED(); |
+ return error::kNoError; |
+} |
+ |
} // namespace gles2 |
} // namespace gpu |