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

Unified Diff: ui/gl/gl_image_glx.cc

Issue 66033009: [Android] Add workaround to unbind gpu memory buffer only on NVIDIA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update a more comments Created 7 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: ui/gl/gl_image_glx.cc
diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc
index 739b4d47d1d605d9a78946708318306bb0a964c0..0aa6d173ed491f9beb18f7509b3cf6a8a30ea3b0 100644
--- a/ui/gl/gl_image_glx.cc
+++ b/ui/gl/gl_image_glx.cc
@@ -177,7 +177,7 @@ void GLImageGLX::ReleaseTexImage() {
void GLImageGLX::WillUseTexImage() {
}
-void GLImageGLX::DidUseTexImage() {
+void GLImageGLX::DidUseTexImage(bool release_tex_image) {
}
} // namespace gfx
« ui/gl/gl_image.h ('K') | « ui/gl/gl_image_glx.h ('k') | ui/gl/gl_image_shm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698