From 40ec4b5908d9acb1812cbcd748b9878bc6b05349 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Mon, 29 Mar 2010 22:56:33 +0000 Subject: Increased arbitrary ReadPixels size limit so pepper tests can pass. TEST=trybots, npapi_pepper_test_plugin BUG=none Review URL: http://codereview.chromium.org/1575002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43010 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/command_buffer/service/gles2_cmd_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpu') 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; -- cgit v1.1