summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpu/command_buffer/service/gles2_cmd_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
index 3bfc42b..fc44614 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -2891,7 +2891,7 @@ error::Error GLES2DecoderImpl::HandleReadPixels(
} else {
// TODO(gman): Get these values from the proper place.
max_width = 300;
- max_height = 150;
+ max_height = 300;
}
GLint max_x;