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 db92cb4dda07bee3497fdbda38c24f1fed4cc801..aa368a65d6ff8839799becc6dddd0f0076b00034 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
@@ -3327,5 +3327,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 |