| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| index d3f498babac262348fed5a89a70530db9d878929..4ef3825076895feecdb6759249c0f726f082b951 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -427,7 +427,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
| WGC3Denum access);
|
| virtual void unmapTexSubImage2DCHROMIUM(const void*);
|
|
|
| - virtual void setVisibilityCHROMIUM(bool visible);
|
| + virtual void setResourceUsageCHROMIUM(ResourceUsage);
|
|
|
| virtual void copyTextureToParentTextureCHROMIUM(
|
| WebGLId texture, WebGLId parentTexture);
|
|
|