| Index: content/browser/renderer_host/media/video_capture_buffer_pool.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_buffer_pool.h b/content/browser/renderer_host/media/video_capture_buffer_pool.h
|
| index c69a842a79b8d838d112b1b226a7a1b189fa350f..e5e4e2ff3b888c3545f670fd8f969f523e5bf412 100644
|
| --- a/content/browser/renderer_host/media/video_capture_buffer_pool.h
|
| +++ b/content/browser/renderer_host/media/video_capture_buffer_pool.h
|
| @@ -58,7 +58,7 @@ class CONTENT_EXPORT VideoCaptureBufferPool
|
| virtual size_t mapped_size() const = 0;
|
| virtual void* data(int plane) = 0;
|
| virtual ClientBuffer AsClientBuffer(int plane) = 0;
|
| -#if defined(OS_POSIX) && !(defined(OS_MACOSX) && !defined(OS_IOS))
|
| +#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual base::FileDescriptor AsPlatformFile() = 0;
|
| #endif
|
| };
|
|
|