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

Unified Diff: mojo/services/gles2/gles2.mojom

Issue 128813002: Remove dependencies on base from SampleApp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary change Created 6 years, 11 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 | « mojo/mojo_examples.gypi ('k') | mojo/services/gles2/gles2_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/gles2.mojom
diff --git a/mojo/services/gles2/gles2.mojom b/mojo/services/gles2/gles2.mojom
index cb6c1b70f0014e6086bfca4b09937177efdca702..2e78ba336e54981ae5a33349f16c1689ef2c30b9 100644
--- a/mojo/services/gles2/gles2.mojom
+++ b/mojo/services/gles2/gles2.mojom
@@ -6,6 +6,8 @@ module mojo {
[Peer=GLES2Client]
interface GLES2 {
+ void RequestAnimationFrames();
+ void CancelAnimationFrames();
void Destroy();
};
@@ -13,6 +15,7 @@ interface GLES2 {
interface GLES2Client {
void DidCreateContext(uint64 encoded, uint32 width, uint32 height);
void ContextLost();
+ void DrawAnimationFrame();
};
}
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/gles2/gles2_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698