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

Unified Diff: mojo/system/platform_handle_dispatcher.h

Issue 325213004: Mojo: Wrap the satisfied/unsatisfied wait flags state in a single object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « mojo/system/local_message_pipe_endpoint.cc ('k') | mojo/system/platform_handle_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/platform_handle_dispatcher.h
diff --git a/mojo/system/platform_handle_dispatcher.h b/mojo/system/platform_handle_dispatcher.h
index 2bf4d1923999f9a086a1b58cc17376fea7a63b34..2e610987793215f55fd94e743f107ea7fe4acffd 100644
--- a/mojo/system/platform_handle_dispatcher.h
+++ b/mojo/system/platform_handle_dispatcher.h
@@ -50,9 +50,8 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformHandleDispatcher
size_t* actual_size,
embedder::PlatformHandleVector* platform_handles) OVERRIDE;
- // |SimpleDispatcher| methods:
- virtual MojoWaitFlags SatisfiedFlagsNoLock() const OVERRIDE;
- virtual MojoWaitFlags SatisfiableFlagsNoLock() const OVERRIDE;
+ // |SimpleDispatcher| method:
+ virtual WaitFlagsState GetWaitFlagsStateNoLock() const OVERRIDE;
embedder::ScopedPlatformHandle platform_handle_;
« no previous file with comments | « mojo/system/local_message_pipe_endpoint.cc ('k') | mojo/system/platform_handle_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698