summaryrefslogtreecommitdiffstats
path: root/gpu/pgl/command_buffer_pepper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/pgl/command_buffer_pepper.h')
-rw-r--r--gpu/pgl/command_buffer_pepper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/pgl/command_buffer_pepper.h b/gpu/pgl/command_buffer_pepper.h
index e75d7bf..5d11d98 100644
--- a/gpu/pgl/command_buffer_pepper.h
+++ b/gpu/pgl/command_buffer_pepper.h
@@ -37,6 +37,8 @@ class CommandBufferPepper : public gpu::CommandBuffer {
virtual void SetToken(int32 token);
virtual void SetParseError(gpu::error::Error error);
+ gpu::error::Error GetCachedError();
+
private:
CommandBuffer::State ConvertState();