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

Unified Diff: ui/gl/gl_share_group.h

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 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_implementation_win.cc ('k') | ui/gl/gl_share_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_share_group.h
diff --git a/ui/gl/gl_share_group.h b/ui/gl/gl_share_group.h
index 1deed63c541c1584becd2fa0fc954f6392a5d8e9..e069d657e62f3d40a7573878ff8fafa151151c88 100644
--- a/ui/gl/gl_share_group.h
+++ b/ui/gl/gl_share_group.h
@@ -38,13 +38,6 @@ class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
void SetSharedContext(GLContext* context);
GLContext* GetSharedContext();
-#if defined(OS_MACOSX)
- // Sets and returns the ID of the renderer that all contexts in this share
- // group should be on.
- void SetRendererID(int renderer_id);
- int GetRendererID();
-#endif
-
private:
friend class base::RefCounted<GLShareGroup>;
@@ -57,10 +50,6 @@ class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> {
GLContext* shared_context_;
-#if defined(OS_MACOSX)
- int renderer_id_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(GLShareGroup);
};
« no previous file with comments | « ui/gl/gl_implementation_win.cc ('k') | ui/gl/gl_share_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698