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

Unified Diff: ui/gl/gl_image.h

Issue 20017005: gpu: Refactor GpuMemoryBuffer framework for multi-process support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include proper internalformat support.[D Created 7 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
Index: ui/gl/gl_image.h
diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h
index f1d05371f6beeae8de923774023a8e8978b05dac..60cf9baf10d2a4779e9ee5f87cbafd4ad2989090 100644
--- a/ui/gl/gl_image.h
+++ b/ui/gl/gl_image.h
@@ -38,7 +38,9 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> {
// Create a GL image for a GPU Memory buffer.
static scoped_refptr<GLImage> CreateGLImageForGpuMemoryBuffer(
- gfx::GpuMemoryBufferHandle buffer, gfx::Size size);
+ gfx::GpuMemoryBufferHandle buffer,
+ const gfx::Size& size,
kaanb 2013/07/31 23:44:05 wasn't there a consensus on passing structs with s
reveman 2013/08/01 13:32:18 maybe, I'll change this in that case. not clear to
+ unsigned internalformat);
protected:
virtual ~GLImage();

Powered by Google App Engine
This is Rietveld 408576698