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

Unified Diff: ui/gfx/gpu_memory_buffer.h

Issue 1137453002: content: Pass IOSurface references using Mach IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment 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
Index: ui/gfx/gpu_memory_buffer.h
diff --git a/ui/gfx/gpu_memory_buffer.h b/ui/gfx/gpu_memory_buffer.h
index 121bd0290f1bdd53c1c499f4cc1982cd769fbd6d..c57d895d053c32ba06b7f37b5944b0e957a18709 100644
--- a/ui/gfx/gpu_memory_buffer.h
+++ b/ui/gfx/gpu_memory_buffer.h
@@ -30,9 +30,6 @@ struct GFX_EXPORT GpuMemoryBufferHandle {
GpuMemoryBufferType type;
GpuMemoryBufferId id;
base::SharedMemoryHandle handle;
-#if defined(OS_MACOSX)
- uint32 io_surface_id;
-#endif
};
// This interface typically correspond to a type of shared memory that is also

Powered by Google App Engine
This is Rietveld 408576698