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 ab7356d38dff48167a8349fe4336366f680e3d17..63a62dad6b2877135a119e74a2393e5a94b2cb50 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h |
@@ -158,6 +158,9 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder { |
// Gets the QueryManager for this context. |
QueryManager* GetQueryManager() override; |
+ // Gets the FramebufferManager for this context. |
+ FramebufferManager* GetFramebufferManager() override; |
+ |
// Gets the TransformFeedbackManager for this context. |
TransformFeedbackManager* GetTransformFeedbackManager() override; |