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

Unified Diff: Source/core/dom/RequestAnimationFrameCallback.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/core/dom/RequestAnimationFrameCallback.idl
diff --git a/Source/core/dom/RequestAnimationFrameCallback.idl b/Source/core/dom/RequestAnimationFrameCallback.idl
index 790bb6eb68c6d6262ee2e28bc5c13e385a2ef088..63e83db8b58c06719e90027484ed66dd7f2bcdc2 100644
--- a/Source/core/dom/RequestAnimationFrameCallback.idl
+++ b/Source/core/dom/RequestAnimationFrameCallback.idl
@@ -29,6 +29,7 @@
*/
[
+ NoInterfaceObject,
Callback,
] interface RequestAnimationFrameCallback{
// highResTime is passed as high resolution timestamp, see

Powered by Google App Engine
This is Rietveld 408576698