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

Unified Diff: ppapi/proxy/ppapi_command_buffer_proxy.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 | « ppapi/proxy/ppapi_command_buffer_proxy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_command_buffer_proxy.cc
diff --git a/ppapi/proxy/ppapi_command_buffer_proxy.cc b/ppapi/proxy/ppapi_command_buffer_proxy.cc
index 00c92eb7e9f39073c8028fa58fbd59fd46eb5e5c..0a7524bd58ee54bbf0b27f16fdc5f2b80d00874e 100644
--- a/ppapi/proxy/ppapi_command_buffer_proxy.cc
+++ b/ppapi/proxy/ppapi_command_buffer_proxy.cc
@@ -236,25 +236,6 @@ int32_t PpapiCommandBufferProxy::GetExtraCommandBufferData() const {
return 0;
}
-uint32_t PpapiCommandBufferProxy::InsertSyncPoint() {
- NOTREACHED();
- return 0;
-}
-
-uint32_t PpapiCommandBufferProxy::InsertFutureSyncPoint() {
- NOTREACHED();
- return 0;
-}
-
-void PpapiCommandBufferProxy::RetireSyncPoint(uint32_t sync_point) {
- NOTREACHED();
-}
-
-void PpapiCommandBufferProxy::SignalSyncPoint(uint32_t sync_point,
- const base::Closure& callback) {
- NOTREACHED();
-}
-
void PpapiCommandBufferProxy::SignalQuery(uint32_t query,
const base::Closure& callback) {
NOTREACHED();
« no previous file with comments | « ppapi/proxy/ppapi_command_buffer_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698