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

Unified Diff: Source/modules/compositorworker/CompositorWorkerGlobalScope.idl

Issue 1149943007: [bindings] Use |PostMessage| attribute for CompositorWorker*.postMessage to eliminate custom bindin… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/modules/compositorworker/CompositorWorker.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
diff --git a/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl b/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
index ed65ef42da53197de0b511e84da38367b7eb6032..217c4b83c90abb983ea7bdd3bb98d350aeff9ca0 100644
--- a/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
+++ b/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
@@ -8,7 +8,7 @@
RuntimeEnabled=CompositorWorker,
TypeChecking=Interface,
] interface CompositorWorkerGlobalScope : WorkerGlobalScope {
- [Custom, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer);
+ [PostMessage, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer);
attribute EventHandler onmessage;
long requestAnimationFrame(FrameRequestCallback callback);
« no previous file with comments | « Source/modules/compositorworker/CompositorWorker.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698