Index: third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
diff --git a/ui/gfx/vector_icons/window_control_minimize.icon b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
similarity index 55% |
copy from ui/gfx/vector_icons/window_control_minimize.icon |
copy to third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
index 98629c7b7ed907e8b8b4c0356f1d20d6d92220af..5285de6b3e6d3c34e94dfd59781d31484149ccda 100644 |
--- a/ui/gfx/vector_icons/window_control_minimize.icon |
+++ b/third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-CANVAS_DIMENSIONS, 24, |
-MOVE_TO, 1, 20, |
-R_H_LINE_TO, 22, |
-R_V_LINE_TO, 3, |
-H_LINE_TO, 1, |
-CLOSE, |
-END |
+[ |
+ Exposed=Worklet, |
+ Global=Worklet, |
+ RuntimeEnabled=Worklet, |
+ WillBeGarbageCollected, |
+] interface WorkletGlobalScope { |
+}; |