Chromium Code Reviews| Index: gpu/command_buffer/client/gles2_implementation.cc |
| =================================================================== |
| --- gpu/command_buffer/client/gles2_implementation.cc (revision 128216) |
| +++ gpu/command_buffer/client/gles2_implementation.cc (working copy) |
| @@ -1411,7 +1411,7 @@ |
| break; |
| case GL_UNPACK_FLIP_Y_CHROMIUM: |
| unpack_flip_y_ = (param != 0); |
| - return; |
| + break; |
| case GL_PACK_REVERSE_ROW_ORDER_ANGLE: |
| pack_reverse_row_order_ = |
| IsAnglePackReverseRowOrderAvailable() ? (param != 0) : false; |