summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm')
-rw-r--r--chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm b/chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm
index 0707a714b9f..9dfa69d1b79 100644
--- a/chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm
+++ b/chromium/third_party/webrtc/modules/video_render/ios/open_gles20.mm
@@ -8,6 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
// This files is mostly copied from
// webrtc/modules/video_render/android/video_render_opengles20.h