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

Unified Diff: third_party/WebKit/Source/modules/worklet/Worklet.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: fix windows build. 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/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 {
+};

Powered by Google App Engine
This is Rietveld 408576698