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

Unified Diff: ui/gl/gl_image_shm.h

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.h
diff --git a/ui/gl/gl_image_shm.h b/ui/gl/gl_image_shm.h
index d18938d2aa6aff609d03694b3ffea3403ec9e215..6a03a3c968aaa4dc17980954d49c241b4e7e8a1d 100644
--- a/ui/gl/gl_image_shm.h
+++ b/ui/gl/gl_image_shm.h
@@ -22,7 +22,7 @@ class GL_EXPORT GLImageShm : public GLImage {
virtual bool BindTexImage() OVERRIDE;
virtual void ReleaseTexImage() OVERRIDE;
virtual void WillUseTexImage() OVERRIDE;
- virtual void DidUseTexImage() OVERRIDE;
+ virtual void DidUseTexImage(bool release_tex_image) OVERRIDE;
protected:
virtual ~GLImageShm();
« ui/gl/gl_image.h ('K') | « ui/gl/gl_image_glx.cc ('k') | ui/gl/gl_image_shm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698