| Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc
 | 
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc
 | 
| index 22ace500ffaf8b14447d662fa97e45a27514e2f6..0a6fbd5954d474f9d4cd3705677afe0d3fa3b320 100644
 | 
| --- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc
 | 
| +++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.cc
 | 
| @@ -433,6 +433,10 @@ void H264VideoToolboxEncoder::DestroyCompressionSession() {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| +const char* H264VideoToolboxEncoder::ImplementationName() const {
 | 
| +  return "VideoToolbox";
 | 
| +}
 | 
| +
 | 
|  }  // namespace webrtc
 | 
|  
 | 
|  #endif  // defined(WEBRTC_VIDEO_TOOLBOX_SUPPORTED)
 | 
| 
 |