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

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

Issue 1469863003: Cleanup SurfaceVisibility code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup surface visibility completely. Created 5 years, 1 month 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 0c351e844318d27533979cd4a74d9739a5215471..3053abd8c6aaa4c24c6ca1c2c1b82ecaf907151b 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -488,10 +488,6 @@ void GLManager::SignalQuery(uint32 query, const base::Closure& callback) {
NOTIMPLEMENTED();
}
-void GLManager::SetSurfaceVisible(bool visible) {
- NOTIMPLEMENTED();
-}
-
void GLManager::SetLock(base::Lock*) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698