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

Unified Diff: ui/gl/gl_image_io_surface.h

Issue 604903005: content: Move IOSurface backed GpuMemoryBuffer allocation to GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include CoreFoundation.h Created 6 years, 3 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 | « content/content_common.gypi ('k') | ui/gl/gl_image_io_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image_io_surface.h
diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h
index 333eb0aeb2480f6a7520d9e3d333a645a9fe2976..262582f1cce3beece92e61c92813c982a8dc0485 100644
--- a/ui/gl/gl_image_io_surface.h
+++ b/ui/gl/gl_image_io_surface.h
@@ -17,7 +17,7 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
public:
explicit GLImageIOSurface(const gfx::Size& size);
- bool Initialize(const gfx::GpuMemoryBufferHandle& handle);
+ bool Initialize(IOSurfaceRef io_surface);
// Overridden from GLImage:
virtual void Destroy(bool have_context) OVERRIDE;
« no previous file with comments | « content/content_common.gypi ('k') | ui/gl/gl_image_io_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698