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

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: SetReleaseAfterUse 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..4f0383a06813cd93f229130b24b13bc4d8e63509 100644
--- a/ui/gl/gl_image_shm.cc
+++ b/ui/gl/gl_image_shm.cc
@@ -98,4 +98,7 @@ void GLImageShm::WillUseTexImage() {
void GLImageShm::DidUseTexImage() {
}
+void GLImageShm::SetReleaseAfterUse() {
+}
+
} // 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