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

Unified Diff: content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.h

Issue 411023002: content: Fix incorrect GpuMemoryBufferFactoryX11Pixmap comment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.h
diff --git a/content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.h b/content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.h
index e93a0b2207e698511da359fbc71a8973cc13b506..948a183a652caa82908884ab9ee7f93af8b248ed 100644
--- a/content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.h
+++ b/content/common/gpu/gpu_memory_buffer_factory_x11_pixmap.h
@@ -28,8 +28,7 @@ class GpuMemoryBufferFactoryX11Pixmap {
// Destroy a previously created GPU memory buffer.
void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id);
- // Creates a GLImage instance for a GPU memory buffer. Successful completion
- // moves ownership of GPU memory buffer to GLImage instance.
+ // Creates a GLImage instance for a GPU memory buffer.
scoped_refptr<gfx::GLImage> AcquireImageForGpuMemoryBuffer(
const gfx::GpuMemoryBufferId& id,
const gfx::Size& size,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698