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

Unified Diff: content/browser/gpu/gpu_process_host.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: Fix Windows compile 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
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 245e330224d8da6ce54a8b456b05de002f2ff642..fa0e62d11cbf4e061403d5fe6694823e0a6318de 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -30,10 +30,6 @@
#include "ui/gfx/native_widget_types.h"
#include "url/gurl.h"
-#if defined(OS_MACOSX) && !defined(OS_IOS)
-#include "content/common/mac/io_surface_manager_token.h"
-#endif
-
struct GPUCreateCommandBufferConfig;
namespace IPC {
@@ -290,12 +286,6 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
std::string shader_prefix_key_;
-#if defined(OS_MACOSX) && !defined(OS_IOS)
- // Unique unguessable token that the GPU process is using to register
- // IOSurfaces.
- IOSurfaceManagerToken io_surface_manager_token_;
-#endif
-
// Browser-side Mojo endpoint which sets up a Mojo channel with the child
// process and contains the browser's ServiceRegistry.
scoped_ptr<MojoApplicationHost> mojo_application_host_;

Powered by Google App Engine
This is Rietveld 408576698