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

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

Issue 24925002: Move Insert/SignalSyncPoint() to GpuControl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/client/gles2_cmd_helper.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper.h b/gpu/command_buffer/client/gles2_cmd_helper.h
index 7361a9b3e0dabea3bf9d4c8f0c9b959f9591b620..052eeaa7d5d1d0fdee850181ec99f171ebc4442e 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper.h
@@ -96,11 +96,6 @@ class GPU_EXPORT GLES2CmdHelper : public CommandBufferHelper {
}
}
- GLuint InsertSyncPointCHROMIUM() {
- CommandBufferHelper::Flush();
- return command_buffer()->InsertSyncPoint();
- }
-
private:
DISALLOW_COPY_AND_ASSIGN(GLES2CmdHelper);
};

Powered by Google App Engine
This is Rietveld 408576698