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

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

Issue 148153025: Merge 249460 "Hookup clear_uniforms_before_first_program_use wor..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 10 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
===================================================================
--- gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h (revision 250145)
+++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h (working copy)
@@ -197,12 +197,6 @@
GLuint vertex_shader_client_id, GLuint vertex_shader_service_id,
GLuint fragment_shader_client_id, GLuint fragment_shader_service_id);
- void SetupExpectationsForClearingUniforms(
- UniformInfo* uniforms, size_t num_uniforms) {
- TestHelper::SetupExpectationsForClearingUniforms(
- gl_.get(), uniforms, num_uniforms);
- }
-
void SetupInitCapabilitiesExpectations();
void SetupInitStateExpectations();
void ExpectEnableDisable(GLenum cap, bool enable);

Powered by Google App Engine
This is Rietveld 408576698