Index: gpu/command_buffer/service/common_decoder.cc |
diff --git a/gpu/command_buffer/service/common_decoder.cc b/gpu/command_buffer/service/common_decoder.cc |
index 72f30a30bfc6132d4585fc3a4d589e66328ef794..a9ad1d706bdad6be6ffb8b58dfb99dc7922a9ffa 100644 |
--- a/gpu/command_buffer/service/common_decoder.cc |
+++ b/gpu/command_buffer/service/common_decoder.cc |
@@ -78,6 +78,10 @@ Buffer CommonDecoder::GetSharedMemoryBuffer(unsigned int shm_id) { |
return engine_->GetSharedMemoryBuffer(shm_id); |
} |
+gfx::GLImage* CommonDecoder::GetImage(int32 image_id) { |
+ return engine_->GetImage(image_id); |
+} |
+ |
const char* CommonDecoder::GetCommonCommandName( |
cmd::CommandId command_id) const { |
return cmd::GetCommandName(command_id); |