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

Unified Diff: ui/gfx/gpu_memory_buffer.cc

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 | « ui/gfx/gpu_memory_buffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gpu_memory_buffer.cc
diff --git a/ui/gfx/gpu_memory_buffer.cc b/ui/gfx/gpu_memory_buffer.cc
index da80107bda452458eecc01419db935a595ae0d4a..54f7ce1f12f304cb44206c70f058554d1537e3c0 100644
--- a/ui/gfx/gpu_memory_buffer.cc
+++ b/ui/gfx/gpu_memory_buffer.cc
@@ -7,14 +7,7 @@
namespace gfx {
GpuMemoryBufferHandle::GpuMemoryBufferHandle()
- : type(EMPTY_BUFFER),
- id(0),
- handle(base::SharedMemory::NULLHandle())
-#if defined(OS_MACOSX)
- ,
- io_surface_id(0)
-#endif
-{
+ : type(EMPTY_BUFFER), id(0), handle(base::SharedMemory::NULLHandle()) {
}
} // namespace gfx
« no previous file with comments | « ui/gfx/gpu_memory_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698