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

Unified Diff: ui/gl/gl_image.cc

Issue 180723023: gpu: Mailbox emulation with EGLImage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 9 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
« no previous file with comments | « ui/gl/gl_image.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image.cc
diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc
index ea41f7946b4a630b02727ca9ef492c6e6f4278b3..686e9a03de43913298c0d2c51d6adbd755578a97 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/gl/gl_image.cc
@@ -27,6 +27,10 @@ void GLImage::DidUseTexImage() {
NOTIMPLEMENTED();
}
+void GLImage::WillModifyTexImage() {}
+
+void GLImage::DidModifyTexImage() {}
+
void GLImage::SetReleaseAfterUse() {
// Default no-op implementation for workaround.
}
« no previous file with comments | « ui/gl/gl_image.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698