summaryrefslogtreecommitdiff
path: root/chromium/gpu/command_buffer/client/implementation_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/command_buffer/client/implementation_base.h')
-rw-r--r--chromium/gpu/command_buffer/client/implementation_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/gpu/command_buffer/client/implementation_base.h b/chromium/gpu/command_buffer/client/implementation_base.h
index 9e1ec175552..25b19800fbd 100644
--- a/chromium/gpu/command_buffer/client/implementation_base.h
+++ b/chromium/gpu/command_buffer/client/implementation_base.h
@@ -107,7 +107,7 @@ class GLES2_IMPL_EXPORT ImplementationBase
gpu::ContextResult Initialize(const SharedMemoryLimits& limits);
// Waits for all commands to execute.
- void WaitForCmd();
+ bool WaitForCmd();
// Gets the value of the result.
template <typename T>