| Index: cc/layers/video_layer_impl.cc
|
| diff --git a/cc/layers/video_layer_impl.cc b/cc/layers/video_layer_impl.cc
|
| index 8401bd2579003c3133915959b60d468ecd61dcf5..5f18a768ca4dcf0c4b72767843ef7dc31eeccebc 100644
|
| --- a/cc/layers/video_layer_impl.cc
|
| +++ b/cc/layers/video_layer_impl.cc
|
| @@ -301,12 +301,12 @@ void VideoLayerImpl::AppendQuads(RenderPass* render_pass,
|
| break;
|
| }
|
| #if defined(VIDEO_HOLE)
|
| - // This block and other blocks wrapped around #if defined(GOOGLE_TV) is not
|
| + // This block and other blocks wrapped around #if defined(VIDEO_HOLE) is not
|
| // maintained by the general compositor team. Please contact the following
|
| // people instead:
|
| //
|
| // wonsik@chromium.org
|
| - // ycheo@chromium.org
|
| + // lcwu@chromium.org
|
| case VideoFrameExternalResources::HOLE: {
|
| DCHECK_EQ(frame_resources_.size(), 0u);
|
| SolidColorDrawQuad* solid_color_draw_quad =
|
|
|