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

Unified Diff: gpu/command_buffer/tests/gl_manager.cc

Issue 619453002: gpu: Remove Echo and SwapCompletion GL interfacess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tits
Patch Set: rebase Created 6 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/tests/gl_manager.cc
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index 6e7d4b47ed74d1f6f41e1929922526e703d83fbe..bebf74ca2564e78175b50fdbcbab5d54797c3f29 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -383,10 +383,6 @@ void GLManager::SetSurfaceVisible(bool visible) {
NOTIMPLEMENTED();
}
-void GLManager::Echo(const base::Closure& callback) {
- NOTIMPLEMENTED();
-}
-
uint32 GLManager::CreateStreamTexture(uint32 texture_id) {
NOTIMPLEMENTED();
return 0;

Powered by Google App Engine
This is Rietveld 408576698