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

Unified Diff: mojo/system/shared_buffer_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/platform_handle_dispatcher.cc ('k') | mojo/system/shared_buffer_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/shared_buffer_dispatcher.h
diff --git a/mojo/system/shared_buffer_dispatcher.h b/mojo/system/shared_buffer_dispatcher.h
index f7c4d1b2a0df05086ec5ee0748a62a06c1767597..097bfa29e89d6281a0045d0a9aba5cbdc87dcb39 100644
--- a/mojo/system/shared_buffer_dispatcher.h
+++ b/mojo/system/shared_buffer_dispatcher.h
@@ -84,9 +84,8 @@ class MOJO_SYSTEM_IMPL_EXPORT SharedBufferDispatcher : public SimpleDispatcher {
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;
scoped_refptr<RawSharedBuffer> shared_buffer_;
« no previous file with comments | « mojo/system/platform_handle_dispatcher.cc ('k') | mojo/system/shared_buffer_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698