Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt |
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt |
index ed04d5b26e6c59334acd9b22e7d8ae9b019508d5..2ec254a5c1bf576b2713d406be334882d5499185 100644 |
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt |
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt |
@@ -31,9 +31,9 @@ New Procedures and Functions |
void DescheduleUntilFinishedCHROMIUM() |
- This command prevents decoding of subsequent commands until all previously |
- issued commands have finished. Its behavior is equivalent to a service side |
- glFinish. |
+ Each call to this command inserts a fence into the command stream. Decoding |
+ of subsequent commands is delayed until the fence inserted from the last |
+ call to DescheduleUntilFinishedCHROMIUM has completed. |
Errors |