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(); |
}; |
} |