Chromium Code Reviews| Index: third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl | 
| diff --git a/third_party/WebKit/Source/modules/worklet/WindowWorklet.idl b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl | 
| similarity index 57% | 
| rename from third_party/WebKit/Source/modules/worklet/WindowWorklet.idl | 
| rename to third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl | 
| index 8b98be2900e50133525963e47bfd526f5438060a..30794dd8633fc94ee937ff71d4ca6e0910a190ae 100644 | 
| --- a/third_party/WebKit/Source/modules/worklet/WindowWorklet.idl | 
| +++ b/third_party/WebKit/Source/modules/csspaint/WindowPaintWorklet.idl | 
| @@ -3,8 +3,8 @@ | 
| // found in the LICENSE file. | 
| [ | 
| - ImplementedAs=DOMWindowWorklet, | 
| - RuntimeEnabled=Worklet, | 
| + ImplementedAs=DOMWindowPaintWorklet, | 
| 
 
haraken
2016/03/22 01:52:56
How about naming it WindowPaintWorklet? Then you w
 
ikilpatrick
2016/03/22 20:31:51
Done, (previously from cargo-culting other DOMWind
 
 | 
| + RuntimeEnabled=CSSPaintAPI, | 
| ] partial interface Window { | 
| - [CallWith=ExecutionContext] readonly attribute Worklet renderWorklet; | 
| + [CallWith=ExecutionContext] readonly attribute Worklet paintWorklet; | 
| }; |