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

Unified Diff: ui/gl/gl_image_stub.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: comma 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_stub.h
diff --git a/ui/gl/gl_image_stub.h b/ui/gl/gl_image_stub.h
index ec232fab3e765e5905997fb63a0239b085808703..fd36b7b52c8214c448bb6ce84e9d829139eb983e 100644
--- a/ui/gl/gl_image_stub.h
+++ b/ui/gl/gl_image_stub.h
@@ -21,6 +21,7 @@ class GL_EXPORT GLImageStub : public GLImage {
virtual void ReleaseTexImage() OVERRIDE;
virtual void WillUseTexImage() OVERRIDE;
virtual void DidUseTexImage() OVERRIDE;
+ virtual void SetReleaseAfterUse() OVERRIDE;
protected:
virtual ~GLImageStub();
« ui/gl/gl_image_egl.h ('K') | « ui/gl/gl_image_shm.cc ('k') | ui/gl/gl_image_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698