Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: cc/layers/video_layer_impl.cc

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 =

Powered by Google App Engine
This is Rietveld 408576698