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