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

Unified Diff: components/mus/gles2/command_buffer_local.cc

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/mus/gles2/command_buffer_local.cc
diff --git a/components/mus/gles2/command_buffer_local.cc b/components/mus/gles2/command_buffer_local.cc
index 2e0535bba42121677e156848bd326c469b9dde1a..b5aa6de76822874a75985d636e741c718e2ac7df 100644
--- a/components/mus/gles2/command_buffer_local.cc
+++ b/components/mus/gles2/command_buffer_local.cc
@@ -199,12 +199,6 @@ void CommandBufferLocal::SetSurfaceVisible(bool visible) {
NOTIMPLEMENTED();
}
-uint32_t CommandBufferLocal::CreateStreamTexture(uint32_t texture_id) {
- // TODO(piman)
- NOTIMPLEMENTED();
- return 0;
-}
-
void CommandBufferLocal::SetLock(base::Lock* lock) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698