| Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt
|
| diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt
|
| index be60af22dbbc309713ecfaed153ef25306dbbc0d..f579ddaffae54d95845b1657af85c74adb5c18f1 100644
|
| --- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt
|
| +++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_copy_texture.txt
|
| @@ -136,8 +136,8 @@ New Procedures and Functions
|
|
|
| INVALID_VALUE is generated if <xoffset> < 0 , or <yoffset> < 0.
|
|
|
| - INVALID_VALUE is generated if (<xoffset> + source_width) > dest_width,
|
| - or (<yoffset> + source_height) > dest_height.
|
| + INVALID_VALUE is generated if (<xoffset> + <width>) > dest_width,
|
| + or (<yoffset> + <height>) > dest_height.
|
|
|
| Dependencies on ARB_texture_rg
|
|
|
|
|