Index: gpu/command_buffer/tests/gl_manager.cc |
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc |
index 8f4b3308eebbd230e7a32ff77a45e145d31e6ec3..43120b9be58dbf7a35f0cfdfabad05b918d9c5a1 100644 |
--- a/gpu/command_buffer/tests/gl_manager.cc |
+++ b/gpu/command_buffer/tests/gl_manager.cc |
@@ -429,4 +429,8 @@ uint32 GLManager::CreateStreamTexture(uint32 texture_id) { |
return 0; |
} |
+void GLManager::SetLock(base::Lock*) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
} // namespace gpu |