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

Unified Diff: gpu/command_buffer/tests/gl_manager.h

Issue 15798014: Replace context parenting by sharing through mailboxes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 7 years, 7 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: gpu/command_buffer/tests/gl_manager.h
diff --git a/gpu/command_buffer/tests/gl_manager.h b/gpu/command_buffer/tests/gl_manager.h
index 15fc9ef4885279ea170e02c4ddaae3ebfe04cd39..7b96b84619b5e8fefa61cc7e3b7b069af5bcafc9 100644
--- a/gpu/command_buffer/tests/gl_manager.h
+++ b/gpu/command_buffer/tests/gl_manager.h
@@ -67,6 +67,10 @@ class GLManager {
void SetSurface(gfx::GLSurface* surface);
+ gles2::GLES2Decoder* decoder() const {
+ return decoder_.get();
+ }
+
gles2::MailboxManager* mailbox_manager() const {
return mailbox_manager_.get();
}

Powered by Google App Engine
This is Rietveld 408576698