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 08473b7231479e5db6e503d94751259218a53606..e429ae7c953a3b1577df96f4096ca0b0c7ff7438 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -691,6 +691,15 @@ |
// pack alignment as last set by glPixelStorei |
GLint pack_alignment_; |
+ // pack row length as last set by glPixelStorei |
+ GLint pack_row_length_; |
+ |
+ // pack skip pixels as last set by glPixelStorei |
+ GLint pack_skip_pixels_; |
+ |
+ // pack skip rows as last set by glPixelStorei |
+ GLint pack_skip_rows_; |
+ |
// unpack alignment as last set by glPixelStorei |
GLint unpack_alignment_; |