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

Unified Diff: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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/client/gles2_trace_implementation_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
index 8e6faa7a9c37b1a34940b993347a04b4f7cafb12..79fd529fba858dcee5c5484e2eac6bb7c8e22451 100644
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h
@@ -183,13 +183,6 @@ void GLES2TraceImplementation::ClearStencil(GLint s) {
gl_->ClearStencil(s);
}
-GLenum GLES2TraceImplementation::ClientWaitSync(GLsync sync,
- GLbitfield flags,
- GLuint64 timeout) {
- TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClientWaitSync");
- return gl_->ClientWaitSync(sync, flags, timeout);
-}
-
void GLES2TraceImplementation::ColorMask(GLboolean red,
GLboolean green,
GLboolean blue,
@@ -1474,13 +1467,6 @@ void GLES2TraceImplementation::Viewport(GLint x,
gl_->Viewport(x, y, width, height);
}
-void GLES2TraceImplementation::WaitSync(GLsync sync,
- GLbitfield flags,
- GLuint64 timeout) {
- TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::WaitSync");
- gl_->WaitSync(sync, flags, timeout);
-}
-
void GLES2TraceImplementation::BlitFramebufferCHROMIUM(GLint srcX0,
GLint srcY0,
GLint srcX1,
« no previous file with comments | « gpu/command_buffer/client/gles2_trace_implementation_autogen.h ('k') | gpu/command_buffer/client/program_info_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698