Fix a platform check to use WEBRTC_WIN instead of OS_WIN.

BUG=4006
R=wez@chromium.org

Review URL: https://webrtc-codereview.appspot.com/25169004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7691 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
jiayl@webrtc.org 2014-11-12 20:53:00 +00:00
parent 6ca6190be2
commit 90b9b08332

View File

@ -100,7 +100,7 @@ void CroppingWindowCapturer::OnCaptureCompleted(DesktopFrame* frame) {
callback_->OnCaptureCompleted(window_frame.release());
}
#if !defined(OS_WIN)
#if !defined(WEBRTC_WIN)
// static
WindowCapturer*
CroppingWindowCapturer::Create(const DesktopCaptureOptions& options) {