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

Unified Diff: content/common/mac/io_surface_manager_token.h

Issue 1137453002: content: Pass IOSurface references using Mach IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: static_assert Created 5 years, 7 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 | « content/common/mac/io_surface_manager_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mac/io_surface_manager_token.h
diff --git a/content/common/mac/io_surface_manager_token.h b/content/common/mac/io_surface_manager_token.h
new file mode 100644
index 0000000000000000000000000000000000000000..cdaebf6568cf87eef0b981e032f573e8e6e38897
--- /dev/null
+++ b/content/common/mac/io_surface_manager_token.h
@@ -0,0 +1,16 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_COMMON_MAC_IO_SURFACE_MANAGER_TOKEN_H_
+#define CONTENT_COMMON_MAC_IO_SURFACE_MANAGER_TOKEN_H_
+
+#include "gpu/command_buffer/common/mailbox.h"
+
+namespace content {
+
+using IOSurfaceManagerToken = gpu::Mailbox;
+
+} // namespace content
+
+#endif // CONTENT_COMMON_MAC_IO_SURFACE_MANAGER_TOKEN_H_
« no previous file with comments | « content/common/mac/io_surface_manager_messages.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698