Index: gpu/command_buffer/service/context_state.h |
diff --git a/gpu/command_buffer/service/context_state.h b/gpu/command_buffer/service/context_state.h |
index 4e5b2da6f055345784c4603aae0932fb3f13e350..8d5edcaea61d08c73810fd60d7c32ea1d2630af9 100644 |
--- a/gpu/command_buffer/service/context_state.h |
+++ b/gpu/command_buffer/service/context_state.h |
@@ -145,10 +145,6 @@ struct GPU_EXPORT ContextState { |
// The program in use by glUseProgram |
scoped_refptr<Program> current_program; |
- // The currently bound framebuffers |
- scoped_refptr<Framebuffer> bound_read_framebuffer; |
- scoped_refptr<Framebuffer> bound_draw_framebuffer; |
- |
// The currently bound renderbuffer |
scoped_refptr<Renderbuffer> bound_renderbuffer; |