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

Unified Diff: ui/gl/gl_image_stub.h

Issue 536353002: gpu: Add CopyTexImage function to GLImage API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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 6cfcb11d0df17cdd7ff3dfb8ddcc743e5c564f61..c8ec8eb7149463c723032f55c057af5df22a7c7f 100644
--- a/ui/gl/gl_image_stub.h
+++ b/ui/gl/gl_image_stub.h
@@ -19,6 +19,7 @@ class GL_EXPORT GLImageStub : public GLImage {
virtual gfx::Size GetSize() OVERRIDE;
virtual bool BindTexImage(unsigned target) OVERRIDE;
virtual void ReleaseTexImage(unsigned target) OVERRIDE {}
+ virtual bool CopyTexImage(unsigned target) OVERRIDE;
virtual void WillUseTexImage() OVERRIDE {}
virtual void DidUseTexImage() OVERRIDE {}
virtual void WillModifyTexImage() OVERRIDE {}
« ui/gl/gl_image_memory.cc ('K') | « ui/gl/gl_image_memory.cc ('k') | ui/gl/gl_image_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698