Index: third_party/WebKit/Source/modules/worklet/Worklet.idl |
diff --git a/ui/gfx/vector_icons/window_control_minimize.1x.icon b/third_party/WebKit/Source/modules/worklet/Worklet.idl |
similarity index 63% |
copy from ui/gfx/vector_icons/window_control_minimize.1x.icon |
copy to third_party/WebKit/Source/modules/worklet/Worklet.idl |
index da77c26839a9572679fb268cddb6fd91a94e218d..c0e8018b2b334c8ed337d15a146756e932784813 100644 |
--- a/ui/gfx/vector_icons/window_control_minimize.1x.icon |
+++ b/third_party/WebKit/Source/modules/worklet/Worklet.idl |
@@ -2,10 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
haraken
2016/01/12 00:38:49
Can we add a link to the spec?
ikilpatrick
2016/01/12 04:11:24
Done.
|
-CANVAS_DIMENSIONS, 12, |
-MOVE_TO, 1, 9, |
-R_H_LINE_TO, 10, |
-R_V_LINE_TO, 2, |
-H_LINE_TO, 1, |
-CLOSE, |
-END |
+[ |
+ GarbageCollected, |
+ RuntimeEnabled=Worklet, |
+] interface Worklet { |
+}; |