Skip to content

Commit

Permalink
[css-paint-api] Remove VoidFunction.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfgeek committed Jan 3, 2017
1 parent 90a10c9 commit 75cd597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions css-paint-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ partial interface Window {
The {{PaintWorkletGlobalScope}} is the global execution context of the {{paintWorklet}}.

<pre class='idl'>
callback VoidFunction = void ();

[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]
interface PaintWorkletGlobalScope : WorkletGlobalScope {
void registerPaint(DOMString name, VoidFunction paintCtor);
Expand Down

0 comments on commit 75cd597

Please sign in to comment.