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

Unified Diff: third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl

Issue 1535943005: Initial implementation of bindings and basic classes for worklets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address (most) comments. Created 4 years, 11 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
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 {
+};

Powered by Google App Engine
This is Rietveld 408576698