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

Unified Diff: gpu/gles2_conform_support/egl/display.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/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 b610ced352a068de1cf3e966eaa9f162cc64451d..3b20d8179d72c63fb41d3a0a39be2f5eceafebd2 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -328,10 +328,6 @@ void Display::SignalQuery(uint32 query, const base::Closure& callback) {
NOTIMPLEMENTED();
}
-void Display::SetSurfaceVisible(bool visible) {
- NOTIMPLEMENTED();
-}
-
void Display::SetLock(base::Lock*) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698