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

Unified Diff: ui/gl/gl_image.cc

Issue 22824009: Remove StreamTextureManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 4 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
« no previous file with comments | « ui/gl/gl_image.h ('k') | ui/gl/gl_image_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image.cc
diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc
index aaefb9453e994e3f80d5706418b836c19e56f2b9..3c2b1a57d108f0a01ba9f23edc07f1c2b579b37d 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/gl/gl_image.cc
@@ -19,6 +19,14 @@ void GLImage::ReleaseTexImage() {
NOTIMPLEMENTED();
}
+void GLImage::WillUseTexImage() {}
+
+#if defined(OS_ANDROID)
+GLImageStream* GLImage::AsGLImageStream() {
+ return NULL;
+}
+#endif
+
GLImage::~GLImage() {}
} // namespace gfx
« no previous file with comments | « ui/gl/gl_image.h ('k') | ui/gl/gl_image_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698