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

Unified Diff: mojo/edk/platform/scoped_platform_handle.h

Issue 1505983002: EDK: Remove platform_handle_utils*. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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/edk/platform/platform_handle.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/platform/scoped_platform_handle.h
diff --git a/mojo/edk/platform/scoped_platform_handle.h b/mojo/edk/platform/scoped_platform_handle.h
index 448a76411ce826a74f5b339d878838871e22a27a..97e7a7967103ca769ca66daf19c0af539d1c828d 100644
--- a/mojo/edk/platform/scoped_platform_handle.h
+++ b/mojo/edk/platform/scoped_platform_handle.h
@@ -50,6 +50,9 @@ class ScopedPlatformHandle {
bool is_valid() const { return handle_.is_valid(); }
+ // Forwards to |PlatformHandle::Duplicate()|.
+ ScopedPlatformHandle Duplicate() const { return handle_.Duplicate(); }
+
private:
PlatformHandle handle_;
« no previous file with comments | « mojo/edk/platform/platform_handle.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698