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

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

Issue 384513003: Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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: mojo/services/gles2/command_buffer.mojom
diff --git a/mojo/services/gles2/command_buffer.mojom b/mojo/services/gles2/command_buffer.mojom
index 1f91362eb4d37203580a01c04114bfe733eda84d..faba8accc984dacc50be22ffd633f077aa2bc084 100644
--- a/mojo/services/gles2/command_buffer.mojom
+++ b/mojo/services/gles2/command_buffer.mojom
@@ -31,19 +31,12 @@ interface CommandBuffer {
DestroyTransferBuffer(int32 id);
Echo() => ();
- // TODO(piman): move to somewhere else (native_viewport?).
- RequestAnimationFrames();
- CancelAnimationFrames();
-
// TODO(piman): sync points
};
interface CommandBufferClient {
DidDestroy();
LostContext(int32 lost_reason); // TODO(piman): enum
-
- // TODO(piman): move to somewhere else (native_viewport?).
- DrawAnimationFrame();
};
}

Powered by Google App Engine
This is Rietveld 408576698