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

Unified Diff: Source/core/frame/Window.idl

Issue 1326523002: Clarify the TODO for FrameRequestCallback (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/core/dom/FrameRequestCallback.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index f6378cbfe4bdef0636c74c54f6c63fb58995868f..1ff5e495f0edaad211cde7d8bb0d398672b1495d 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -78,8 +78,6 @@
DOMString? prompt(optional DOMString message = "", optional DOMString defaultValue = "");
void print();
- // FIXME: requestAnimationFrame should take a FrameRequestCallback:
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28152
[MeasureAs=UnprefixedRequestAnimationFrame] long requestAnimationFrame(FrameRequestCallback callback);
void cancelAnimationFrame(long handle);
« no previous file with comments | « Source/core/dom/FrameRequestCallback.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698