| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| index 78554036cceff7d99815e8a4fbf60961864ed675..bfb8de71026f2b119fa4e331b04bd8de63e95c49 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| @@ -174,6 +174,10 @@ gpu::gles2::ContextGroup* GLES2DecoderPassthroughImpl::GetContextGroup() {
|
| return nullptr;
|
| }
|
|
|
| +const FeatureInfo* GLES2DecoderPassthroughImpl::GetFeatureInfo() const {
|
| + return nullptr;
|
| +}
|
| +
|
| gpu::Capabilities GLES2DecoderPassthroughImpl::GetCapabilities() {
|
| DCHECK(initialized());
|
| Capabilities caps;
|
|
|