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

Unified Diff: mojo/public/c/README.md

Issue 2009893002: Mojo bindings: remove an outdated TODO. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/README.md
diff --git a/mojo/public/c/README.md b/mojo/public/c/README.md
index c02dac625b2ddf0d542ff6a1f7103efbe1f29587..0b022fc15495db86d6a276adea5695b4a5aac4f3 100644
--- a/mojo/public/c/README.md
+++ b/mojo/public/c/README.md
@@ -3,22 +3,6 @@ Mojo Public C API
This directory contains C language bindings for the Mojo Public API.
-GLES2
------
-
-TODO(yzshen): move GLES2 to where it belongs (likely components/mus).
-
-The gles2/ subdirectory defines the GLES2 C API that's available to Mojo
-applications. To use GLES2, Mojo applications must link against a dynamic
-library (the exact mechanism being platform-dependent) and use the header files
-in this directory as well as the standard Khronos GLES2 header files.
-
-The reason for this, rather than providing GLES2 using the standard Mojo IPC
-mechanism, is performance: The protocol (and transport mechanisms) used to
-communicate with the Mojo GLES2 service is not stable nor "public" (mainly for
-performance reasons), and using the dynamic library shields the application from
-changes to the underlying system.
-
System
------
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698