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

Unified Diff: app/surface/transport_dib.h

Issue 2997002: Coverity: Fix leaking TransportDIB in GpuBackingStore{GLX,Win}::OnPaintToBackingStore (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: add TransportDIB::Map comment Created 10 years, 5 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 | « no previous file | chrome/gpu/gpu_backing_store_glx.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/gpu/gpu_backing_store_glx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698