| 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 e429ae7c953a3b1577df96f4096ca0b0c7ff7438..08473b7231479e5db6e503d94751259218a53606 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -691,15 +691,6 @@
|
| // 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_;
|
|
|
|
|