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

Unified Diff: ui/gl/gl_image_shm.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_shm.cc
diff --git a/ui/gl/gl_image_shm.cc b/ui/gl/gl_image_shm.cc
index 5b182ebdb0c00957407ce1200f86e78e5c2df321..f6d140cad428792e3bd03930f9336c57edadd531 100644
--- a/ui/gl/gl_image_shm.cc
+++ b/ui/gl/gl_image_shm.cc
@@ -95,7 +95,7 @@ void GLImageShm::ReleaseTexImage() {
void GLImageShm::WillUseTexImage() {
}
-void GLImageShm::DidUseTexImage() {
+void GLImageShm::DidUseTexImage(bool release_tex_image) {
}
} // namespace gfx
« ui/gl/gl_image.h ('K') | « ui/gl/gl_image_shm.h ('k') | ui/gl/gl_image_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698