Index: webrtc/modules/video_render/mac/video_render_agl.h |
diff --git a/webrtc/modules/video_render/mac/video_render_agl.h b/webrtc/modules/video_render/mac/video_render_agl.h |
index 0508a3f513fd6fcab9edc641bbe1a0c2c7d9a7d1..e1da8faf83b81da6c58944f9185b366631920545 100644 |
--- a/webrtc/modules/video_render/mac/video_render_agl.h |
+++ b/webrtc/modules/video_render/mac/video_render_agl.h |
@@ -142,7 +142,8 @@ class VideoRenderAGL { |
bool _fullScreen; |
int _id; |
webrtc::CriticalSectionWrapper& _renderCritSec; |
- rtc::scoped_ptr<webrtc::PlatformThread> _screenUpdateThread; |
+ // TODO(pbos): Remove scoped_ptr and use PlatformThread directly. |
+ rtc::scoped_ptr<rtc::PlatformThread> _screenUpdateThread; |
webrtc::EventWrapper* _screenUpdateEvent; |
bool _isHIViewRef; |
AGLContext _aglContext; |