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

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

Issue 1532813002: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 12 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
deleted file mode 100644
index cdaebf6568cf87eef0b981e032f573e8e6e38897..0000000000000000000000000000000000000000
--- a/content/common/mac/io_surface_manager_token.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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