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

Unified Diff: gpu/gles2_conform_support/egl/display.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 | « gpu/gles2_conform_support/egl/display.h ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/display.cc
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index 6152408876763fd1e4d80e8510f8a858da11a2c4..3ad04c70936df759e8c8c37d6e5bf4d61567433c 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -308,25 +308,6 @@ int32_t Display::CreateGpuMemoryBufferImage(size_t width,
return -1;
}
-uint32_t Display::InsertSyncPoint() {
- NOTIMPLEMENTED();
- return 0u;
-}
-
-uint32_t Display::InsertFutureSyncPoint() {
- NOTIMPLEMENTED();
- return 0u;
-}
-
-void Display::RetireSyncPoint(uint32_t sync_point) {
- NOTIMPLEMENTED();
-}
-
-void Display::SignalSyncPoint(uint32_t sync_point,
- const base::Closure& callback) {
- NOTIMPLEMENTED();
-}
-
void Display::SignalQuery(uint32_t query, const base::Closure& callback) {
NOTIMPLEMENTED();
}
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698