Index: gpu/command_buffer/service/common_decoder.h |
diff --git a/gpu/command_buffer/service/common_decoder.h b/gpu/command_buffer/service/common_decoder.h |
index aaf860fd7b33068540206603da3162a9fbab871a..7a4b6d57f6187db689b2c596e54aa59328ec6cfc 100644 |
--- a/gpu/command_buffer/service/common_decoder.h |
+++ b/gpu/command_buffer/service/common_decoder.h |
@@ -67,7 +67,7 @@ class GPU_EXPORT CommonDecoder : NON_EXPORTED_BASE(public AsyncAPIInterface) { |
} |
// Sets the size of the bucket. |
- void SetSize(size_t size); |
+ bool SetSize(size_t size); |
// Sets a part of the bucket. |
// Returns false if offset or size is out of range. |