| Index: gpu/command_buffer/cmd_buffer_functions.txt
|
| diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt
|
| index 8a7f57d032ed7ebe88b71b024b0171709dc050c6..f806109bdc769d623a75c83160e1e85cf7429dd6 100644
|
| --- a/gpu/command_buffer/cmd_buffer_functions.txt
|
| +++ b/gpu/command_buffer/cmd_buffer_functions.txt
|
| @@ -372,3 +372,8 @@ GL_APICALL void GL_APIENTRY glSetDrawRectangleCHROMIUM (GLint x, GLint y
|
|
|
| // Extension CHROMIUM_dc_overlays
|
| GL_APICALL void GL_APIENTRY glSetEnableDCLayersCHROMIUM (GLboolean enabled);
|
| +
|
| +// Extension CHROMIUM_discardable_textures
|
| +GL_APICALL void GL_APIENTRY glInitializeDiscardableTextureCHROMIUM (GLuint texture_id);
|
| +GL_APICALL void GL_APIENTRY glUnlockDiscardableTextureCHROMIUM (GLuint texture_id);
|
| +GL_APICALL bool GL_APIENTRY glLockDiscardableTextureCHROMIUM (GLuint texture_id);
|
|
|