Commit 891cda4e authored by reveman@chromium.org's avatar reveman@chromium.org

content: Fix incorrect GpuMemoryBufferFactoryX11Pixmap comment.

BUG=
TBR=piman@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/411023002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284975 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b9028ab
...@@ -28,8 +28,7 @@ class GpuMemoryBufferFactoryX11Pixmap { ...@@ -28,8 +28,7 @@ class GpuMemoryBufferFactoryX11Pixmap {
// Destroy a previously created GPU memory buffer. // Destroy a previously created GPU memory buffer.
void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id); void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id);
// Creates a GLImage instance for a GPU memory buffer. Successful completion // Creates a GLImage instance for a GPU memory buffer.
// moves ownership of GPU memory buffer to GLImage instance.
scoped_refptr<gfx::GLImage> AcquireImageForGpuMemoryBuffer( scoped_refptr<gfx::GLImage> AcquireImageForGpuMemoryBuffer(
const gfx::GpuMemoryBufferId& id, const gfx::GpuMemoryBufferId& id,
const gfx::Size& size, const gfx::Size& size,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment