Index: app/surface/transport_dib.h |
diff --git a/app/surface/transport_dib.h b/app/surface/transport_dib.h |
index ffa10e4628cbef1e6482b71f0ef69a003240c5e8..c392c5f2a28414e40e2244ab1665de70b62428f2 100644 |
--- a/app/surface/transport_dib.h |
+++ b/app/surface/transport_dib.h |
@@ -122,7 +122,8 @@ class TransportDIB { |
// renderer. |
static TransportDIB* Create(size_t size, uint32 sequence_num); |
- // Map the referenced transport DIB. Returns NULL on failure. |
+ // Map the referenced transport DIB. The caller owns the returned object. |
+ // Returns NULL on failure. |
static TransportDIB* Map(Handle transport_dib); |
// Returns true if the handle is valid. |