Remove traces of deprecated WebRtc_Word types.

BUG=314
R=tommi@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3933 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-05-02 09:11:20 +00:00
parent 3c48f31e5b
commit 265a5d298a
7 changed files with 19 additions and 30 deletions

View File

@ -111,7 +111,7 @@ FileOutputFrameReceiver::~FileOutputFrameReceiver() {
}
}
WebRtc_Word32 FileOutputFrameReceiver::FrameToRender(
int32_t FileOutputFrameReceiver::FrameToRender(
webrtc::I420VideoFrame& video_frame) {
if (timing_file_ == NULL) {
std::string basename;