Index: gpu/command_buffer/client/gles2_implementation.h |
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h |
index cb41004164370392a7b59f9676993ab16d407c64..3cf495bc9dd3f383af9688d67b3ca2bd91775358 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -696,9 +696,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation |
// unpack alignment as last set by glPixelStorei |
GLint unpack_alignment_; |
- // unpack yflip as last set by glPixelstorei |
- bool unpack_flip_y_; |
- |
// unpack row length as last set by glPixelStorei |
GLint unpack_row_length_; |