| Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
|
| diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
|
| index bc8665a306494e70d28f3cbe6d38746cb684aeb2..965cb44b0c066306163f84404232be632a42f644 100644
|
| --- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
|
| +++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
|
| @@ -40,8 +40,8 @@ New Procedures and Functions
|
|
|
| uint InsertSyncPointCHROMIUM()
|
|
|
| - creates a sync point and inserts it into the stream of commands for the
|
| - current context. The sync point acts as a fence, which is signaled when
|
| + flushes the stream of commands for the current context and creates and
|
| + inserts a sync point. The sync point acts as a fence, which is signaled when
|
| previous commands have been submitted to the server, or when the context is
|
| destroyed, whichever happens first. The sync point name is returned. The
|
| sync point is implicitly deleted when it becomes signaled. The sync point
|
|
|