diff --git a/src/video_engine/test/auto_test/helpers/vie_window_creator.cc b/src/video_engine/test/auto_test/helpers/vie_window_creator.cc index 40ec0bb0ed..d3b44a9e23 100644 --- a/src/video_engine/test/auto_test/helpers/vie_window_creator.cc +++ b/src/video_engine/test/auto_test/helpers/vie_window_creator.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. + * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source @@ -21,8 +21,10 @@ #endif ViEWindowCreator::ViEWindowCreator() { +#ifndef WEBRTC_ANDROID window_manager_ = ViEWindowManagerFactory::CreateWindowManagerForCurrentPlatform(); +#endif } ViEWindowCreator::~ViEWindowCreator() { @@ -51,4 +53,3 @@ ViEAutoTestWindowManagerInterface* void ViEWindowCreator::TerminateWindows() { window_manager_->TerminateWindows(); } -