Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h

Issue 621673002: command_buffer: Remove unused shared id code (GenSharedIdsCHROMIUM, ...) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
index 7fdeab0d6bda5abd0b6dddcdbae50cddb640f883..073075214ecf23158b3d92116cb9092eea36f6ca 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
@@ -97,10 +97,6 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> {
return reinterpret_cast<T>(ptr);
}
- IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) {
- return group_->GetIdAllocator(namespace_id);
- }
-
Buffer* GetBuffer(GLuint service_id) {
return group_->buffer_manager()->GetBuffer(service_id);
}

Powered by Google App Engine
This is Rietveld 408576698