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

Unified Diff: third_party/WebKit/Source/core/mojo/MojoWatcher.h

Issue 2725133002: Mojo: Armed Watchers (Closed)
Patch Set: . Created 3 years, 10 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/MojoWatcher.h
diff --git a/third_party/WebKit/Source/core/mojo/MojoWatcher.h b/third_party/WebKit/Source/core/mojo/MojoWatcher.h
index fe6e193d1a500872e08a14d49aeb186f3813b5a2..9a3dc422f4229e8de7c58a96cb0f4f146888c0a0 100644
--- a/third_party/WebKit/Source/core/mojo/MojoWatcher.h
+++ b/third_party/WebKit/Source/core/mojo/MojoWatcher.h
@@ -47,6 +47,7 @@ class MojoWatcher final : public GarbageCollectedFinalized<MojoWatcher>,
MojoWatcher(ExecutionContext*, MojoWatchCallback*);
MojoResult watch(mojo::Handle, const MojoHandleSignals&);
+ void arm();
static void onHandleReady(uintptr_t context,
MojoResult,

Powered by Google App Engine
This is Rietveld 408576698