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

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

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 years, 8 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_validation_autogen.h
diff --git a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
index 99161c643f42e2a8dd48736c80fc8e782b9aa897..edcab4f5cdc9d302e0e6b6858df123c0f2bc7e65 100644
--- a/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
+++ b/gpu/command_buffer/service/gles2_cmd_validation_autogen.h
@@ -308,7 +308,6 @@ class StringTypeValidator {
};
StringTypeValidator string_type;
-ValueValidator<GLenum> subscription_target;
ValueValidator<GLbitfield> sync_flush_flags;
class SyncParameterValidator {
public:
@@ -389,7 +388,6 @@ class UniformParameterValidator {
};
UniformParameterValidator uniform_parameter;
-ValueValidator<GLenum> value_buffer_target;
class VertexAttribITypeValidator {
public:
bool IsValid(const GLenum value) const;

Powered by Google App Engine
This is Rietveld 408576698