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

Unified Diff: third_party/WebKit/Source/core/mojo/MojoHandle.idl

Issue 2405093003: [WIP] Mojo native bindings interface.
Patch Set: cleanup 2 Created 4 years, 2 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/core/mojo/MojoHandle.idl
diff --git a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl b/third_party/WebKit/Source/core/mojo/MojoHandle.idl
similarity index 78%
copy from third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl
copy to third_party/WebKit/Source/core/mojo/MojoHandle.idl
index fed2e45bf64b3c779ee89400e15779980fa7fb0a..b538b7edd23f4b89cbd15599c1b6c2080dbd9b82 100644
--- a/third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.idl
+++ b/third_party/WebKit/Source/core/mojo/MojoHandle.idl
@@ -2,5 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface DeathAwareScriptWrappable {
+interface MojoHandle {
+ MojoResult close();
};

Powered by Google App Engine
This is Rietveld 408576698