| Index: app/surface/io_surface_support_mac.h
|
| diff --git a/app/surface/io_surface_support_mac.h b/app/surface/io_surface_support_mac.h
|
| index 10c09cf15bbb04d73a0b6d49f7ff0effcf812700..82dccca7fe9f0371b60fc03ac4956bd02f1e4b74 100644
|
| --- a/app/surface/io_surface_support_mac.h
|
| +++ b/app/surface/io_surface_support_mac.h
|
| @@ -46,6 +46,9 @@ class IOSurfaceSupport {
|
| virtual mach_port_t IOSurfaceCreateMachPort(CFTypeRef io_surface) = 0;
|
| virtual CFTypeRef IOSurfaceLookupFromMachPort(mach_port_t port) = 0;
|
|
|
| + virtual size_t IOSurfaceGetWidth(CFTypeRef io_surface) = 0;
|
| + virtual size_t IOSurfaceGetHeight(CFTypeRef io_surface) = 0;
|
| +
|
| virtual CGLError CGLTexImageIOSurface2D(CGLContextObj ctx,
|
| GLenum target,
|
| GLenum internal_format,
|
|
|