| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| ===================================================================
|
| --- webkit/gpu/webgraphicscontext3d_in_process_impl.h (revision 141671)
|
| +++ webkit/gpu/webgraphicscontext3d_in_process_impl.h (working copy)
|
| @@ -472,8 +472,8 @@
|
| virtual void getQueryObjectuivEXT(
|
| WebGLId query, WGC3Denum pname, WGC3Duint* params);
|
|
|
| - virtual void copyTextureCHROMIUM(WGC3Denum target, WebGLId source_id,
|
| - WebGLId dest_id, WGC3Dint level,
|
| + virtual void copyTextureCHROMIUM(WGC3Denum target, WGC3Duint source_id,
|
| + WGC3Duint dest_id, WGC3Dint level,
|
| WGC3Denum internal_format);
|
|
|
| protected:
|
|
|