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

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: Rebasing TOT! 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 461262bc659367153657893fd22e8df0cea60a0a..9018c56e353b5c733da438c1665f5adf940d77ff 100644
--- a/components/mus/gles2/command_buffer_local.cc
+++ b/components/mus/gles2/command_buffer_local.cc
@@ -202,12 +202,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();
}
« no previous file with comments | « components/mus/gles2/command_buffer_local.h ('k') | content/browser/android/in_process/synchronous_compositor_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698