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

Unified Diff: ui/gl/gl_image_io_surface.h

Issue 301973010: Remove IOSurfaceSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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 | « ui/gl/gl.gyp ('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 79bf41cfbf42acb25435cdda5301e0eaaadc5b68..7825e7da08c8215580e527ff693120774ed24964 100644
--- a/ui/gl/gl_image_io_surface.h
+++ b/ui/gl/gl_image_io_surface.h
@@ -5,11 +5,11 @@
#ifndef UI_GL_GL_IMAGE_IO_SURFACE_H_
#define UI_GL_GL_IMAGE_IO_SURFACE_H_
+#include <IOSurface/IOSurfaceAPI.h>
+
#include "base/mac/scoped_cftyperef.h"
#include "ui/gl/gl_image.h"
-class IOSurfaceSupport;
-
namespace gfx {
class GL_EXPORT GLImageIOSurface : public GLImage {
@@ -32,8 +32,7 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
virtual ~GLImageIOSurface();
private:
- IOSurfaceSupport* io_surface_support_;
- base::ScopedCFTypeRef<CFTypeRef> io_surface_;
+ base::ScopedCFTypeRef<IOSurfaceRef> io_surface_;
gfx::Size size_;
DISALLOW_COPY_AND_ASSIGN(GLImageIOSurface);
« no previous file with comments | « ui/gl/gl.gyp ('k') | ui/gl/gl_image_io_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698