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

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

Issue 14329023: Bindings generator should support Web IDL callback interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master 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
« no previous file with comments | « Source/bindings/tests/idls/TestCallback.idl ('k') | Source/core/dom/StringCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/RequestAnimationFrameCallback.idl
diff --git a/Source/core/dom/RequestAnimationFrameCallback.idl b/Source/core/dom/RequestAnimationFrameCallback.idl
index 790bb6eb68c6d6262ee2e28bc5c13e385a2ef088..d2f1d22b653d000d4609c347e5bde6911998a569 100644
--- a/Source/core/dom/RequestAnimationFrameCallback.idl
+++ b/Source/core/dom/RequestAnimationFrameCallback.idl
@@ -28,9 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Callback,
-] interface RequestAnimationFrameCallback{
+callback interface RequestAnimationFrameCallback{
// highResTime is passed as high resolution timestamp, see
// http://www.w3.org/TR/hr-time/ for details.
boolean handleEvent(double highResTime);
« no previous file with comments | « Source/bindings/tests/idls/TestCallback.idl ('k') | Source/core/dom/StringCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698