| Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
|
| diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
|
| index baf427e59640a119ca27689601925b83a613efa5..6da280a2f7e9f619585689df1d2a7f6e79a58ef0 100644
|
| --- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
|
| +++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
|
| @@ -34,7 +34,8 @@ New Procedures and Functions
|
|
|
| uint InsertFutureSyncPointCHROMIUM()
|
|
|
| - creates a sync point, but does not insert it into the stream of commands.
|
| + creates a sync point, but does neither insert it into nor flush the
|
| + stream of commands.
|
| The returned sync point name can be waited on immediately, but will not be
|
| signalled until a retire command is sent, or until the context is
|
| destroyed, whichever happens first.
|
|
|