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

Unified Diff: ui/gl/gl_image.cc

Issue 536353002: gpu: Add CopyTexImage function to GLImage API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: keep support for binding images to multiple textures Created 6 years, 3 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
Index: ui/gl/gl_image.cc
diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc
index fe45e448d05869d43dd76369a73ab5f46afabae3..8907c6d8e67c65291fd24b606680f960199dad04 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/gl/gl_image.cc
@@ -12,6 +12,8 @@ GLImage::GLImage() {
GLImage::~GLImage() {
}
+bool GLImage::CopyTexImage(unsigned target) { return false; }
+
void GLImage::SetReleaseAfterUse() {
// Default no-op implementation for workaround.
}

Powered by Google App Engine
This is Rietveld 408576698