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

Unified Diff: ui/gl/gl_share_group.h

Issue 1652873002: Android: Use virtualized context only for those with compatible config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment addressed Created 4 years, 10 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_share_group.h
diff --git a/ui/gl/gl_share_group.h b/ui/gl/gl_share_group.h
index 86e03c1a661163c2d4951b55f5fae9f055730ed8..4320e42338f06ab31843986fa1013a70d5262276 100644
--- a/ui/gl/gl_share_group.h
+++ b/ui/gl/gl_share_group.h
@@ -37,6 +37,7 @@ class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
// Sets and returns the unique shared GL context. Used for context
// virtualization.
void SetSharedContext(GLContext* context);
+
GLContext* GetSharedContext();
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698