| Index: mojo/public/cpp/system/watcher.h
|
| diff --git a/mojo/public/cpp/system/watcher.h b/mojo/public/cpp/system/watcher.h
|
| index cd068aad0b4a6adec6331980aab7dbebc14497d0..bc82391542ce2067a2bff73e08192b0fd1162cd9 100644
|
| --- a/mojo/public/cpp/system/watcher.h
|
| +++ b/mojo/public/cpp/system/watcher.h
|
| @@ -84,7 +84,8 @@ class Watcher {
|
|
|
| static void CallOnHandleReady(uintptr_t context,
|
| MojoResult result,
|
| - MojoHandleSignalsState signals_state);
|
| + MojoHandleSignalsState signals_state,
|
| + MojoWatchNotificationFlags flags);
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|