Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
index 927efc6c75f5ce12564f03f95b214452f6bb95ce..590ccea65f5781e61faffb78b386aff432502f43 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
@@ -73,6 +73,8 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder { |
// Gets the associated ContextGroup |
ContextGroup* GetContextGroup() override; |
+ const FeatureInfo* GetFeatureInfo() const override; |
+ |
Capabilities GetCapabilities() override; |
// Restores all of the decoder GL state. |