| Index: gpu/command_buffer/client/gles2_implementation.h
|
| ===================================================================
|
| --- gpu/command_buffer/client/gles2_implementation.h (revision 110309)
|
| +++ gpu/command_buffer/client/gles2_implementation.h (working copy)
|
| @@ -443,6 +443,9 @@
|
| // unpack yflip as last set by glPixelstorei
|
| bool unpack_flip_y_;
|
|
|
| + // pack yflip as last set by glPixelstorei
|
| + bool pack_flip_y_;
|
| +
|
| scoped_array<TextureUnit> texture_units_;
|
|
|
| // 0 to gl_state_.max_combined_texture_image_units.
|
|
|