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

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

Issue 1370963002: Mac: Don't CHECK that AcquireIOSurface succeeds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2490
Patch Set: Created 5 years, 3 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/child/child_io_surface_manager_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mac/io_surface_manager_messages.h
diff --git a/content/common/mac/io_surface_manager_messages.h b/content/common/mac/io_surface_manager_messages.h
index 748ce7f239c7c76262f805d7001944de15c74298..d72d2b324ed8381453a0c00e881f7a283728759c 100644
--- a/content/common/mac/io_surface_manager_messages.h
+++ b/content/common/mac/io_surface_manager_messages.h
@@ -59,6 +59,7 @@ struct IOSurfaceManagerMsg_AcquireIOSurfaceReply {
mach_msg_header_t header;
mach_msg_body_t body;
mach_msg_port_descriptor_t io_surface_port;
+ boolean_t result;
};
} // namespace content
« no previous file with comments | « content/child/child_io_surface_manager_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698