| Index: cc/trees/layer_tree_host_unittest_video.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_video.cc b/cc/trees/layer_tree_host_unittest_video.cc
|
| index 46b8757cdc5bcb692fe326d225eace2e56e20601..269ee8f69ef8b96c55a61931f2f5e07c34974c9c 100644
|
| --- a/cc/trees/layer_tree_host_unittest_video.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_video.cc
|
| @@ -69,7 +69,7 @@ class LayerTreeHostVideoTestSetNeedsDisplay
|
|
|
| void DrawLayersOnThread(LayerTreeHostImpl* host_impl) override {
|
| VideoLayerImpl* video = static_cast<VideoLayerImpl*>(
|
| - host_impl->active_tree()->root_layer()->children()[0].get());
|
| + host_impl->active_tree()->root_layer()->children()[0]);
|
|
|
| EXPECT_EQ(media::VIDEO_ROTATION_90, video->video_rotation());
|
|
|
|
|