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..6798e66684cb062d884cc6f478fb039060e3291a 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::GenericSharedMemoryTracingId 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::GenericSharedMemoryTracingId. |
+ |
// 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 { |