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 93b50506b8258ae2d62280a32ee47ccf9d09844c..85d3bc79f6fa60c6e1c8f1da4f0666b6ab302ac7 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
@@ -3529,5 +3529,11 @@ error::Error GLES2DecoderPassthroughImpl::DoSetDrawRectangleCHROMIUM( |
return error::kNoError; |
} |
+error::Error GLES2DecoderPassthroughImpl::DoSetEnableDCLayersCHROMIUM( |
+ GLboolean enable) { |
+ NOTIMPLEMENTED(); |
+ return error::kNoError; |
+} |
+ |
} // namespace gles2 |
} // namespace gpu |