Index: content/browser/browser_io_surface_manager_mac.h |
diff --git a/content/browser/browser_io_surface_manager_mac.h b/content/browser/browser_io_surface_manager_mac.h |
index 7d786eb0b0681ae5ff3a43827a713e9aed205bbd..62ae750deb9c967666d3cbcf871eec03c4b1484c 100644 |
--- a/content/browser/browser_io_surface_manager_mac.h |
+++ b/content/browser/browser_io_surface_manager_mac.h |
@@ -24,6 +24,11 @@ |
namespace content { |
+// TODO(ericrk): Use gfx::GenericSharedMemoryId as the |io_surface_id| in |
+// this file. Allows for more type-safe usage of GpuMemoryBufferIds as the |
+// type of the |io_surface_id|, as it is a typedef of |
+// gfx::GenericSharedMemoryId. |
+ |
// Implementation of IOSurfaceManager that provides a mechanism for child |
// processes to register and acquire IOSurfaces through a Mach service. |
class CONTENT_EXPORT BrowserIOSurfaceManager : public IOSurfaceManager { |