summaryrefslogtreecommitdiffstats
path: root/chromium/gpu/command_buffer/service/common_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/command_buffer/service/common_decoder.h')
-rw-r--r--chromium/gpu/command_buffer/service/common_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/gpu/command_buffer/service/common_decoder.h b/chromium/gpu/command_buffer/service/common_decoder.h
index 03002c8b06f..2132afbf4fb 100644
--- a/chromium/gpu/command_buffer/service/common_decoder.h
+++ b/chromium/gpu/command_buffer/service/common_decoder.h
@@ -132,7 +132,7 @@ class GPU_EXPORT CommonDecoder : NON_EXPORTED_BASE(public AsyncAPIInterface) {
}
// Get the actual shared memory buffer.
- Buffer GetSharedMemoryBuffer(unsigned int shm_id);
+ scoped_refptr<gpu::Buffer> GetSharedMemoryBuffer(unsigned int shm_id);
protected:
// Executes a common command.