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

Unified Diff: mojo/public/platform/native/gles2_thunks.cc

Issue 1615253006: Removed last references to old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references in TestContextSupport Created 4 years, 11 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
« no previous file with comments | « mojo/public/platform/native/gles2_thunks.h ('k') | ppapi/proxy/ppapi_command_buffer_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/gles2_thunks.cc
diff --git a/mojo/public/platform/native/gles2_thunks.cc b/mojo/public/platform/native/gles2_thunks.cc
index 95da13ba1d586961f62c92c029641c86766ebb83..2350fcea64c6095ae3b9da5b99f0da1720a7fccb 100644
--- a/mojo/public/platform/native/gles2_thunks.cc
+++ b/mojo/public/platform/native/gles2_thunks.cc
@@ -44,14 +44,6 @@ void* MojoGLES2GetGLES2Interface(MojoGLES2Context context) {
return g_control_thunks.GLES2GetGLES2Interface(context);
}
-void MojoGLES2SignalSyncPoint(MojoGLES2Context context,
- uint32_t sync_point,
- MojoGLES2SignalSyncPointCallback callback,
- void* closure) {
- assert(g_control_thunks.GLES2SignalSyncPoint);
- g_control_thunks.GLES2SignalSyncPoint(context, sync_point, callback, closure);
-}
-
extern "C" THUNK_EXPORT size_t MojoSetGLES2ControlThunks(
const MojoGLES2ControlThunks* gles2_control_thunks) {
if (gles2_control_thunks->size >= sizeof(g_control_thunks))
« no previous file with comments | « mojo/public/platform/native/gles2_thunks.h ('k') | ppapi/proxy/ppapi_command_buffer_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698